D
Duftopia
I have 1 table that I would like to mke mu;tiple queries on
different fields that when found loads a subform that can
be edited.
Querys:
1) By id
2) By name
3) By address
4) By city
table has above fields with additional 10 fields..
If the user enters id the subform will be looked up by id,
if he/she enters name the subform will be looked up by name
(multiple), same for address and city
I keep getting error: You tried to call Update or
CancelUpdate or attempted to update a Field in a recordset
without first calling AddNew or Edit. (Error 3020)
I tried linking the form to the subform but bound fields
caused db corruption, I tried using a global variable to
link parent to child but that failed to accept.
any examples or suggestions?
different fields that when found loads a subform that can
be edited.
Querys:
1) By id
2) By name
3) By address
4) By city
table has above fields with additional 10 fields..
If the user enters id the subform will be looked up by id,
if he/she enters name the subform will be looked up by name
(multiple), same for address and city
I keep getting error: You tried to call Update or
CancelUpdate or attempted to update a Field in a recordset
without first calling AddNew or Edit. (Error 3020)
I tried linking the form to the subform but bound fields
caused db corruption, I tried using a global variable to
link parent to child but that failed to accept.
any examples or suggestions?