mitchem1
Registered User.
- Local time
- Yesterday, 23:01
- Joined
- Feb 21, 2002
- Messages
- 153
I have a form call frmPermit. The record source is tblPermit. On the form is a drop-down list for Company. When a company is selected it blows in the Company Name, Address, City, State, and Zip, all information stored in tblCompany. If the user need to enter a new company, not currently stored in tblCompany, is it possible to enter the info (Company Name, Address, City, State, Zip) on this form and have a new company record saved back to tblCompany? Thank you.