I am using bound controls because I have a subform on the main form. Depending on the FirmID the subform is populated with the list of brands or products that are associated with that firm.
I first thought about using unbound forms and recordsets but I don't know how link the recordset too the...
no. there is no lline there. This is what I did. I remove the query to use a table in stead. I can get the form to open to blank fields. How now do I get it to say move to the first record. I try the code below but it's doing nothing.
Me.Undo
DoCmd.GoToRecord , , acFirst
My form is bound to a query. I want it to open to a blank form and to also clear whenever i click a clear button.
This is the line of code that I am using but to no avail.
DoCmd.GoToRecord , , acNewRec
My form is bound to a query. I want it to open to a blank form and to also clear whenever i click a clear button.
This is the line of code that I am using but to no avail.
DoCmd.GoToRecord , , acNewRec
I have a form that bounded to a query. I want the form to open to a blank and to clear whenever I clear a clear command button.
I have try the line of code below but it stay don't work.
Could anyone help me please.
DoCmd.GoToRecord , , acNewRec
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.