I am trying to open another form based on a number from another form.
There is a job number that can be associated to a helpdesk call.
So on the helpdesk form there is a field called JobNumber and on the job form is the same. I want to be able to open the form based on a button. I thought it would be
[JobNumber]=[Forms]![LOGENTRYJD]![JobNumber]
There is a job number that can be associated to a helpdesk call.
So on the helpdesk form there is a field called JobNumber and on the job form is the same. I want to be able to open the form based on a button. I thought it would be
[JobNumber]=[Forms]![LOGENTRYJD]![JobNumber]