JoeTekTips
Programmer
Hello,
I have to open a form that will be used to create a new record. Typically, I would just set the Data Entry property of the form to "yes" and would be pretty much set.
However, when the form opens I want to use the default values that are contained in a particular record of the data sourse table. I am sure that there are a few ways to handle this, but I was wondering if someone thinks that they have the best way to do it.
The table is called "tblRates", the primary key is "CustomerName" and the default record is "Customer Quote".
Thanks,
-Joe
I have to open a form that will be used to create a new record. Typically, I would just set the Data Entry property of the form to "yes" and would be pretty much set.
However, when the form opens I want to use the default values that are contained in a particular record of the data sourse table. I am sure that there are a few ways to handle this, but I was wondering if someone thinks that they have the best way to do it.
The table is called "tblRates", the primary key is "CustomerName" and the default record is "Customer Quote".
Thanks,
-Joe