G
Guest
I've been using table to enter data regarding Equipment and Equipment
Details. This works fine PK-fk. In trying to use forms with a command
button, if the EquipmentID is not already present in the child table it
simply goes to a new record without the ID.
The command button uses:
stLinkCriteria,,,
I tried an IF statement on the Details form in AfterUpdate
If Me.EquipmentID=Null
Then Me.EquipmentID=frmVsEquipment.EquipmentID
End If
Any suggestions would be most appreciated.
FerryMary
Details. This works fine PK-fk. In trying to use forms with a command
button, if the EquipmentID is not already present in the child table it
simply goes to a new record without the ID.
The command button uses:
stLinkCriteria,,,
I tried an IF statement on the Details form in AfterUpdate
If Me.EquipmentID=Null
Then Me.EquipmentID=frmVsEquipment.EquipmentID
End If
Any suggestions would be most appreciated.
FerryMary