relationship tables

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Microsoft Access Training and help » Relationship tables

Relationship tables

resolvedResolved · High Priority · Version 2007

Tayyab has attended:
Access Introduction course
Access Advanced course
Access VBA course

Relationship tables

Explain with example many to many relationship.

RE: Relationship tables

Dear Tayyab

Thank you for attending Access 2007 Introduction course!! I hope you enjoyed the course and benefited from it.

Please refer to the following link to see a practical example of Many - to - Many relationship.

http://www.databasedev.co.uk/many_to_many.html

You will be covering this in your Intermediate Access course tomorrow.

It should help you to gain clearer understanding the topic!!

I hope this has answered your query.

If this has answered your query then I would request you to please mark the question as resolved!! If not and you have a specific question related to this then please post it as a new question and we should be able to provide you the solution for it!!

Kindest Regards


Rajeev Rawat
MOS Master Instructor 2000 and 2003
MCAS Master Instructor 2007
MCT


 

Access tip:

Open A Combo Box Automatically

This is helpful if users need to enter large amounts of data. There are two ways to open ComboBoxes when they get the focus by using the tab keys.

When the ComboBox gets focus:

Press Alt + Down Arrow on the keyboard

For it to happen automatically, needs a bit of coding:

1. Add a combo box and a text box control to the form
2. Set the combo box's On Got Focus property to the following event procedure:

Private Sub ComboBoxName _GotFocus()

Me!ComboBoxName.Dropdown

End Sub


3. Open your form in Form View and use the TAB key to make sure it works.

View all Access hints and tips


Server loaded in 0.06 secs.