Hi,
I have a table that contains various records with default values in them, table is called Defaults.
I have a table called Invoices which is completed using a form. Each time I start a new record I want various fields on the form to be populated with data from the Defaults table, using various fields in that table but always from record 1 (there's only one record). I guess i need to copy values from the Defaults table to fields in Invoices table when a new record is started but not sure what code to use.
Any suggestions?
Thanks.
I have a table that contains various records with default values in them, table is called Defaults.
I have a table called Invoices which is completed using a form. Each time I start a new record I want various fields on the form to be populated with data from the Defaults table, using various fields in that table but always from record 1 (there's only one record). I guess i need to copy values from the Defaults table to fields in Invoices table when a new record is started but not sure what code to use.
Any suggestions?
Thanks.