Continuous form and append query

sbaud2003

Member
Local time
Today, 13:22
Joined
Apr 5, 2020
Messages
186
Hi Respect Sir

Can I append a table with the values from a continuous Form having records with criteria
 
You could try by using the record source of the form and its filter.
 
Sir I have two table Member table and Restaurant table. Now i want to append the records in the Restaurant table from a form having members and a few unbound text boxes which will have the same inputs for all members
 
For starters, I think you are missing a table in your relationship. You seem to need a junction table. That table would contain the foreign key for the member and the foreign key for the restaurant. In the junction table would also be a date and possibly a dollar amount for the charge.

I'm going to post a link to a many-many relationship that might help clarify your thinking. Look at the Employee form. It shows a subform bound to the junction table where you can pick a class and associate a completed date and grade. In your case, if I understand your description, you would have the Restaurant as the main form and the MemberRestaurant junction table bound to the subform. You will have a combo to select the member and than you can enter the date and a dollar amount.

 

Users who are viewing this thread

Back
Top Bottom