hey all i just wanted to ask if anyone knows how to do this, i want to be albe to dbl click in a subform to open up form with the same ID i have did this code but i can't seem to make it work
or i have tried this:
and this:
i don't understand if this can be done in a subform
lee123
Code:
docmd.openform "joborderf",,,"Customerlsal=" & Customerlsal
Code:
docmd.openform "joborderf,,,"forms!customerf!customerlsal=" & Customerlsal
Code:
docmd.openform "joborderf",,,"forms!customerf!customerlsal=" & form.customerlsal
lee123
Comment