Trying to build a data input form that appends new entries to data

D

Dick Starr

I have a bartender tip tracking app that needs an input data form attached to
an append query.
User sees only new data for current shift.
I have 2 tables. Employee and tips.
I will use a form with tips subform.
I will track by employeeID field between the 2 form sections.
I want the append query to load the current transaction gross, shortages,
net tips.
I have been playing with append queries and have one (no form) that copies
all table tecords (tblTips) to the append records list.
I think I need to tell the query to add new records that the user is
modifying.
Any wisdom would be a few steps ahead of me!

R Starr
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top