parameter queries

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » Parameter queries

Parameter queries

resolvedResolved · Low Priority · Version Standard

Ta. has attended:
Access Introduction course
Access Intermediate course

Parameter queries

How do I join my members database table to my marketing table so if a member joins I dont have to duplicate input but only when that marketing lead becomes live. ie they have a free go and that is in my marketing table. if they join I want transported some date to my enrolment table which is where all my queries reports and stuff come from. I havent connected tables yet and use the student table as my baby.

RE: Parameter queries

Hello Ta,

Hope you enjoyed your Microsoft Access courses with BEST Training.
Thank you for your question regarding moving data from one table to another.

Depending on your table layout, you may have several options:

1. Direct Copy
If your tables are EXACTLY the same structure as each other, you could use a simple cut and paste to move the record from the one table to the next. If your tables are not exactly the same, then maybe you will want to consider another way. If they are, then this may be a very simple way.

2. YES / NO field
You could combine your marketing and member tables into one, and simply add a field called MEMBER. Make it a YES/NO field. Then modify your queries to filter based on this field. Over a long period of time, this redesign would save much time, provided you did it correctly.

3. ACTION QUERIES & MACROS
Lastly, you might consider using an update query to identify the record that exists in our Marketing Table, and then move it to the Member Table. You will need several update qeuries
strung together to create a process.
- Identify the correct records (Simple Query)
- Copy to other table (APPEND QUERY)
- Remove from original table (DELETE QUERY)
- Roll it all into one (MACRO).
This is the more complex solution, but, it can also save much time if designed correctly.

I hope this resolves your question. If it has, please mark this question as resolved.

If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?

Have a great day.
Regards,

Richard
Microsoft Office Specialist Trainer


 

Access tip:

Design View in Relationship window

Your in the Relationship window and changes are required to be made to a Table's design.

Rather than exiting the Relationship window, if you perform a right-mouse click on the table, it opens that table up in Design view

View all Access hints and tips


Server loaded in 0.09 secs.