Gm,
I’m sorry but I can’t get past the endless mysql/workbench warnings.
I am doing this in mysql/workbench. That is where all future db admin will occur, not in LO. It’s what I have to learn.
Mysql/forums/workbench are slow to answer or don’t answer at all. See my 5/2/24 tkapp request.
I’m going to forget my current dbworkorders and create a new db with two tables.
Dbtest
Tb1
Tb2
Tb1 will have three fields:
[OrderNumber] ]Int, primary, index? , Auto increment(if it will let me)
[ReqNum] Int, primary, Index?, Auto Increment (If…)
[ReqBy] VarChar(100)
Tb2 will have two fields:
[OrderNumber]? Int, primary, index?, Auto Increment(If…)
[ReqBy] VarChar(100)
If this looks like it would relate I’ll proceed. If not please tell me what to change, add or subtract.
Goal:
End user trys to enter a name in tb1 [ReqBy] that is not in table tb2 and gets an error.
Please, if I can have one small success I may be able to someday understand the more complicated relationships.
Thank you