B
Bruce M. Thompson
Now User Input Voucher # in Main Form with Date and after filling other
If I am reading your correctly, that "new blank record" that you are referring
to is merely a placeholder for creating a new record - there is no record
present in that row. If this was not there you could not add a new record (you
can remove this placeholder if you set the form's "AllowAdditions" property to
"No", but ... surprise ... this will prevent you from adding any new records).
field on main form User records MULTIPLE SERVICES RENDERED
in Subform. As the user press any Single Key in first record of
Subform A NEW BLANK Record/Line/Row is Appended in the subform.
I know that this is DEFAULT behavior of MS ACCESS table. But I want
to bypass this behavior. IN SUBFORMS Pressing any key SHOULD NOT
APPEND NEW BLANK RECORD in subform. New Row/Line/Record
SHOULD ONLY be appended when user press any specific button.
Hope this time I will get a reply with sample code.
If I am reading your correctly, that "new blank record" that you are referring
to is merely a placeholder for creating a new record - there is no record
present in that row. If this was not there you could not add a new record (you
can remove this placeholder if you set the form's "AllowAdditions" property to
"No", but ... surprise ... this will prevent you from adding any new records).