C
cronept
I am working on a database which has 2 forms. 1 is a switchboard, the
other is the main form to input the data. I created 3 buttons on the
switchboard with on-click event were set up to "=openformwithinput1()"
and 2,3. 1 is to open the main form by selecting "bidnumber", 2 is to
open main form by selecting "locationNumber", 3 is to open by
selecting "POnumber". I was succeed.
But after i made 3 queries based on the 3 fields: Bidnumber,
Locationnumber and POnumber, The openformwithinput function is not
working anymore. Everytime, I click a button, a new record will be
opened instead of the existing record.
I deleteed the 3 queries, but it is still not working. Please help me.
BTW: I also created some buttons on the main form "save","delete" and
"close" using the command button wizard. I already deleted the
"delete" button because I saw some articles talking about the "delete"
button may cause conflict with openformwithinput().
other is the main form to input the data. I created 3 buttons on the
switchboard with on-click event were set up to "=openformwithinput1()"
and 2,3. 1 is to open the main form by selecting "bidnumber", 2 is to
open main form by selecting "locationNumber", 3 is to open by
selecting "POnumber". I was succeed.
But after i made 3 queries based on the 3 fields: Bidnumber,
Locationnumber and POnumber, The openformwithinput function is not
working anymore. Everytime, I click a button, a new record will be
opened instead of the existing record.
I deleteed the 3 queries, but it is still not working. Please help me.
BTW: I also created some buttons on the main form "save","delete" and
"close" using the command button wizard. I already deleted the
"delete" button because I saw some articles talking about the "delete"
button may cause conflict with openformwithinput().