T
TeeSee
An input form with several bound fields, two tables with referential
integrity invoked. I fill in the fields in the form and when leaving
the last field ...... if the [ItemCode] value in the first field is
not in the [ItemCode] master table Access tells me that. I open a
second form and add the item to the master table. At this time all the
input data is sitting in their respective fields and I still can't
force the data into my transaction table.
1) Am I better to write NotInList code in the AfterUpdate event of the
[ItemCode] text box (that's the first field) rather than input ALL the
data before getting halted?
2) After I close the form that adds the item to the master file how
can I requery, what do I requery and from where do I requery?
Best practice suggestions would be appreciated.
Thanks to all as usual.
integrity invoked. I fill in the fields in the form and when leaving
the last field ...... if the [ItemCode] value in the first field is
not in the [ItemCode] master table Access tells me that. I open a
second form and add the item to the master table. At this time all the
input data is sitting in their respective fields and I still can't
force the data into my transaction table.
1) Am I better to write NotInList code in the AfterUpdate event of the
[ItemCode] text box (that's the first field) rather than input ALL the
data before getting halted?
2) After I close the form that adds the item to the master file how
can I requery, what do I requery and from where do I requery?
Best practice suggestions would be appreciated.
Thanks to all as usual.