E endri81 Registered User. Local time Yesterday, 22:05 Joined Jul 5, 2010 Messages 121 Feb 1, 2011 #1 How to make possible that every field in a tabbed form to be empty when we press button New Record? Regards Endri
How to make possible that every field in a tabbed form to be empty when we press button New Record? Regards Endri
M MStef Registered User. Local time Today, 06:05 Joined Oct 28, 2004 Messages 2,251 Feb 1, 2011 #2 If you want to enter a new record, you don't need a button. There is a NAVIGATION BUTTON on the form. Click on the navigation button for a new record.
If you want to enter a new record, you don't need a button. There is a NAVIGATION BUTTON on the form. Click on the navigation button for a new record.
missinglinq AWF VIP Local time Today, 01:05 Joined Jun 20, 2003 Messages 6,420 Feb 1, 2011 #3 That aside, if this is a bound form, with your controls bound to fields in the underlying query/table, they should be 'empty' when moving to a new record. Linq ;0)>
That aside, if this is a bound form, with your controls bound to fields in the underlying query/table, they should be 'empty' when moving to a new record. Linq ;0)>