P
PC
Hi,
I have a Field [FileRef] in Form1 which is a data entry form which updates
Table1. Beside [FileRef] I have a command button which opens Form2. Form2
contains only one textbox [txtNewFileRef] which displays the last entry in
[Table1]![FileRef] plus 1. (AutoNumber would not work in this case for a
number of reasons)
I would like to have a command button on Form2 which when clicked appends
this value to the [FileRef] field on Form1. I realise this is an OnClick
event but I'm lost when it comes to the code. Any ideas?
Thanks in advance.
...pc
I have a Field [FileRef] in Form1 which is a data entry form which updates
Table1. Beside [FileRef] I have a command button which opens Form2. Form2
contains only one textbox [txtNewFileRef] which displays the last entry in
[Table1]![FileRef] plus 1. (AutoNumber would not work in this case for a
number of reasons)
I would like to have a command button on Form2 which when clicked appends
this value to the [FileRef] field on Form1. I realise this is an OnClick
event but I'm lost when it comes to the code. Any ideas?
Thanks in advance.
...pc