J
Jimmy
Hello,
On the Form
Have a combo box that uses the following:
Row Source Type = Table / Query
ROW Source = SELECT DISTINCT [tblRequest].[Company],
[tblRequest].[Address], [tblRequest].[Suite #],
[tblRequest].[City], [tblRequest].[State], [tblRequest].
[Zip] FROM tblRequest WHERE ((([tblRequest].[Company]) Is
Not Null));
On Events for the combo Box
After Update = Would like to copy the select records and
fileds to the form fields or Table.
Thanks in Advanced!
Jimmy
On the Form
Have a combo box that uses the following:
Row Source Type = Table / Query
ROW Source = SELECT DISTINCT [tblRequest].[Company],
[tblRequest].[Address], [tblRequest].[Suite #],
[tblRequest].[City], [tblRequest].[State], [tblRequest].
[Zip] FROM tblRequest WHERE ((([tblRequest].[Company]) Is
Not Null));
On Events for the combo Box
After Update = Would like to copy the select records and
fileds to the form fields or Table.
Thanks in Advanced!
Jimmy