Microsoft
Software
Hardware
Network
Question : Form strategy
Hi,
I have a form that I'm using for order entry. The form has three sub-forms; one of the sub-forms has its own sub-form. There are combos on the form and sub forms, and there's some code associated with several control buttons.
I need a strategy for using this form in two primary capacities: 1) new order entry, and 2) order search, edit, delete. Essentially, I want the form to function in the first capacity with the form's (and associated sub forms) property Data Entry = Yes, and in the latter capacity as Data Entry = No.
What is the best way to accomplish this functionality?
Thanks
Answer : Form strategy
If you still want to be able to view other records then in the Form Load event procedure put...
DoCmd.GoToRecord , , acNewRec
Random Solutions
Delete Tables with Certain Condition
How to speed up VBA Code ADODB Recordset updates
Folders being created - Outlook Calendar, Outlook Contacts
New install of Server 2K3: No Network Adapter to Connect to Internet
SBS 2003 drops *most* Internet connections every three hours
Missing CALS in SBS 2003 after reboot.
How do I access my BIOS?
C# ASP.NET Clear TextBox on UserControl
cannot run (without crashing) an originally 32-bit application in 64-bit environment
ChDir that chooses a directory in the same parent directory as the current one