Antimatter
Registered User.
- Local time
- Today, 15:55
- Joined
- Aug 26, 2004
- Messages
- 16
I finally got my database to work properly and got an ruminary form up and working properly i can enter all the information correctly, now i want to enchance my form.
here's a picture of the structure of the database.
and here's a picture of the current form as it is now
Ignore the errors in the subform it should be author name i'll fix it later
this is the picture of the subform as i want it to appear
anyway what i want to do is convert a my publisher, topic, series, trilogy, author and the position text box into a combo box, so i can just type in first few letter and get rest of the name to pop up and if its not the one i want i can keep on typing then have it automaticaly add it to the relivalent table, but my problem is how can i do this because i have two columes in my tables and whenever i try to set it up it just show a droupdown list of numbers which is my ID's i want it to show the actual name, then store the ID into the book database in the relivalent spot.
now for the author one its a little odd, basically i type in the author name and if its not in the database it automaticaly parase and seperate it into 3 section and store it in the correct colume. in the author database i have three colume: first, middle, last for the author name.
anyway basically the form i want to enter the author name is "first middle last" then when it get added to the database via an notinlist event it will seperate and insert each name into the correct colume, and if the author has no middle name such as "first last" it will leave the middle name blank.
i'm not very familar with VBA and form designing in access so i would like some help on this.
i had droupdown box working on my first database but it was almost an flat database which was... bad so i normalized it and expanded on several items. but i'm just not sure how to redo the droupdown list with this new structure.
thank you for your help
here's a picture of the structure of the database.
and here's a picture of the current form as it is now
Ignore the errors in the subform it should be author name i'll fix it later
this is the picture of the subform as i want it to appear
anyway what i want to do is convert a my publisher, topic, series, trilogy, author and the position text box into a combo box, so i can just type in first few letter and get rest of the name to pop up and if its not the one i want i can keep on typing then have it automaticaly add it to the relivalent table, but my problem is how can i do this because i have two columes in my tables and whenever i try to set it up it just show a droupdown list of numbers which is my ID's i want it to show the actual name, then store the ID into the book database in the relivalent spot.
now for the author one its a little odd, basically i type in the author name and if its not in the database it automaticaly parase and seperate it into 3 section and store it in the correct colume. in the author database i have three colume: first, middle, last for the author name.
anyway basically the form i want to enter the author name is "first middle last" then when it get added to the database via an notinlist event it will seperate and insert each name into the correct colume, and if the author has no middle name such as "first last" it will leave the middle name blank.
i'm not very familar with VBA and form designing in access so i would like some help on this.
i had droupdown box working on my first database but it was almost an flat database which was... bad so i normalized it and expanded on several items. but i'm just not sure how to redo the droupdown list with this new structure.
thank you for your help