D
Dean
I am having difficulty in creating a new record when I
press a command button. On a form I have a listbox with a
number of items eg peices of equipment. What I want to do
is select an item from the listbox, then press the command
button to open a form, and creates is a new record with
the selected equipment details already there. The new
record being a maintanence record for this equipment
Now I have tried upteen times to work it out using the
docmd.open "form1",,,"euip.equipid = " & lstbox.column(0)
but all this is doing is creating a new record without the
equipment being there. Can anyone help
any additional explanation can be given if needed
Thanks in advance
press a command button. On a form I have a listbox with a
number of items eg peices of equipment. What I want to do
is select an item from the listbox, then press the command
button to open a form, and creates is a new record with
the selected equipment details already there. The new
record being a maintanence record for this equipment
Now I have tried upteen times to work it out using the
docmd.open "form1",,,"euip.equipid = " & lstbox.column(0)
but all this is doing is creating a new record without the
equipment being there. Can anyone help
any additional explanation can be given if needed
Thanks in advance