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

parameter queries

ResolvedVersion 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:

Hiding rows and columns

To hide a column or row in Access, you need to minimise the column or row. This can be done by placing your mouse on the right edge of a column, wait for the mouse to change to a double aroow and then drag to minimise the column

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.