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
How can execute an application asynchronously in a trigger/stored procedure?
Mixed 2003/2008 Environment Needs A Domain Rename
How do I import a text file into MS Access which appears to have verticle and hortintals breaks
How do I add missing Active X controls to non-admin accounts in Microsoft Access 2003?
forward an e-mail address in Exchange 2003 to an external address
How to set the position and size for firefox using CreateProcess and MoveWindow (Visual Studio 2008, MFC)
Insert formula to range
Pivot table Field settings not preserved
Users whose usernames contain # cannot access OWA 404 error after authentication.
VB.Net 2005 - FileListBox, DriveListBox, DirectoryListBox Controls Question?