Interview Question in Database Design


 

Interview Question :: Creating forms in MS Access


I am creating a database for vendors and their services. I have three tables, VendorID with vendor info and an ID number as a primary key. I have ServiceID with the services I am using an ID number for each of the services. Then I have an intersection table linking each vendor ID with the service ID's of the services they offer (some offer more then one service), so it is a one to many relationship where I have the vendorID from vendorID table linked to the vendorID of the intersection table and serviceID on the intersection table to the serviceID on the serviceID table. I need one or more forms that will let me add vendors and possibly add new services too. I do not know SQL, I prefer wizard mode, but I can use design mode if needed. Any help?
Answers to "Creating forms in MS Access"
RE: Creating forms in MS Access?

the microsoft site provides training for Access



here is the link



http://office.microsoft.com/en-us/traini...



it gives you good directions on how to do things in Access
 
Vote for this answer ::  
RE: Creating forms in MS Access?

creat 3 different forms for all three tables. then open the main form and insert sub-form, all other that you want to add in the main form .. thats it .. what do you want to know more.
 
Vote for this answer ::  
Update Alert Setting