G
Guest
I am trying to use the double click command to create a new record in a new
field using the code below
DoCmd.OpenForm "jobdata", , , "[myUniqueField] = " & [myUniqueField]
this however seems to be looking for a matching field which does not work, I
am trying to post the line of data I double click into a form but as a new
record
For instance I look throught my customer records double click on customer
and it create a new job using the customer details - I think I am probably
over complicating this
field using the code below
DoCmd.OpenForm "jobdata", , , "[myUniqueField] = " & [myUniqueField]
this however seems to be looking for a matching field which does not work, I
am trying to post the line of data I double click into a form but as a new
record
For instance I look throught my customer records double click on customer
and it create a new job using the customer details - I think I am probably
over complicating this