Can someone explain how to:
Enter info in a form,
Click on a button on that form,
update the underlying record so that information can be processed that has just been enter,
return control to the form for more info entry.
I have a simple "punchclock" type form where I want to be able to go to a new record with the form, enter in some descriptive info and then be able to "punch in" When I try to punch in, access tells me there is no current record.
If I use .edit, it tells me no current record, If I don't use .edit, it tells me Update or cancelUpdate without Addnew or Edit. If I add, then I will be off the current record, if I edit, it tells me Update or cancelUpdate...
???
Enter info in a form,
Click on a button on that form,
update the underlying record so that information can be processed that has just been enter,
return control to the form for more info entry.
I have a simple "punchclock" type form where I want to be able to go to a new record with the form, enter in some descriptive info and then be able to "punch in" When I try to punch in, access tells me there is no current record.
If I use .edit, it tells me no current record, If I don't use .edit, it tells me Update or cancelUpdate without Addnew or Edit. If I add, then I will be off the current record, if I edit, it tells me Update or cancelUpdate...
???