Hi i'm in the process of creating a form where I want to be able to enter two values then press a command button and it will append the the values and all values in between to a table. The values are the primary key
e.g. If i enter 1 and 5 on the form i want to append 1, 2, 3 , 4 & 5 to the table as the primary key.
At the same time i need to be abel to update the records with any common fields they may share. So if records 1-5 have the same company then i want to be able to enter xyz Pty Ltd on the form before i press the command button and this should update the company field with xyz Pty Ltd for records 1-5.
Any pointers to send me in the right direction would be much appreciated.
e.g. If i enter 1 and 5 on the form i want to append 1, 2, 3 , 4 & 5 to the table as the primary key.
At the same time i need to be abel to update the records with any common fields they may share. So if records 1-5 have the same company then i want to be able to enter xyz Pty Ltd on the form before i press the command button and this should update the company field with xyz Pty Ltd for records 1-5.
Any pointers to send me in the right direction would be much appreciated.
