Good afternoon everyone,
My name is Nick and I am a fresh out-of-college Mechanical Engineer working for an automotive supplier. Unfortunately, my first task at my new job was to build a database to store information on our bench-marked parts. It's a small and simple project (and one that would probably take an experienced developer an hour), but I'm still pulling my hair out after a few days work! I am good with computers and the majority of the MS Office suite, but have never built a database or worked with code. I have been reading and reading and studying and trying to make my database work the right way, but am still having no luck in some areas. In fact, it took me the better part of a day just to get the code down for the 'notinlist' function, cascading combo boxes, and a command button to add a vehicle. I came to this website because I found much of the code I am using here and there were many, many threads I read regarding simple issues. I actually considered hiring a developer to help me make a good first impression but no one will work for the short amount of time this will take!
Some overview on the database:
- I have two MAIN tables - tblVehicleOverv iew and tblPartOverview . These two tables store exactly what you think they would; vehicle and part information. They are linked 1-1 by an auto numbered ID field.
- I have 1 form with two tabs. One is for, yep, you guessed it, vehicle info and the other for part info.
- The first tab of my form is working well (Vehicle Overview). I have managed to get my cascading combo-box's to work which will first select the make and then the vehicle model. I have also managed to get a command button that will add a new vehicle to the 'tblMakeModel' table I have created. All of my drop-down combo-box's relating back to my overview table are working great as well.
My issues begin in the second tab of my form, 'Part Overview'. For starters, I am pulling some information off the first tab (model year, basic vehicle info, component being bench marked, etc) into text box's so that the user will have that while entering the part information. All of it appears to work except for the 'component name' box - it shows up as the ID number instead of the actual name.
The second issue is the BIG one. All of my text box's/combo-box's in the 'part overview' tab are linked back to the 'tblPartOvervie w,' but all the textbox's display "#Name?". Even worse, these box's do not appear to be associating themselves with the vehicle record in the first tab! If I select something in one of the combo-box's that is working (for instance, exchanged type as 'fin & tube) then move to the next record, it all stays.
Because I am having a very difficult time describing this problem, I attached the file for anyone that may have the time to take a look at. Like I said, I'm sure anyone on this website could build this thing in an hour, so I thought it would be easier to get what I'm trying to say across by giving you guys/gals a link.
I'm very sorry for the long post and having to post a download link. I'm out of ideas and while I know the right way to create this database is to use Access, I make have to just go back to Excel because that's what I know I can make work. I read the rules to the forum and believe I followed them all, but if there is an issue, have a moderator delete this! If anyone could take a few minutes out of their day to take a look at my work, I'd appreciate it more than you would know.
My name is Nick and I am a fresh out-of-college Mechanical Engineer working for an automotive supplier. Unfortunately, my first task at my new job was to build a database to store information on our bench-marked parts. It's a small and simple project (and one that would probably take an experienced developer an hour), but I'm still pulling my hair out after a few days work! I am good with computers and the majority of the MS Office suite, but have never built a database or worked with code. I have been reading and reading and studying and trying to make my database work the right way, but am still having no luck in some areas. In fact, it took me the better part of a day just to get the code down for the 'notinlist' function, cascading combo boxes, and a command button to add a vehicle. I came to this website because I found much of the code I am using here and there were many, many threads I read regarding simple issues. I actually considered hiring a developer to help me make a good first impression but no one will work for the short amount of time this will take!
Some overview on the database:
- I have two MAIN tables - tblVehicleOverv iew and tblPartOverview . These two tables store exactly what you think they would; vehicle and part information. They are linked 1-1 by an auto numbered ID field.
- I have 1 form with two tabs. One is for, yep, you guessed it, vehicle info and the other for part info.
- The first tab of my form is working well (Vehicle Overview). I have managed to get my cascading combo-box's to work which will first select the make and then the vehicle model. I have also managed to get a command button that will add a new vehicle to the 'tblMakeModel' table I have created. All of my drop-down combo-box's relating back to my overview table are working great as well.
My issues begin in the second tab of my form, 'Part Overview'. For starters, I am pulling some information off the first tab (model year, basic vehicle info, component being bench marked, etc) into text box's so that the user will have that while entering the part information. All of it appears to work except for the 'component name' box - it shows up as the ID number instead of the actual name.
The second issue is the BIG one. All of my text box's/combo-box's in the 'part overview' tab are linked back to the 'tblPartOvervie w,' but all the textbox's display "#Name?". Even worse, these box's do not appear to be associating themselves with the vehicle record in the first tab! If I select something in one of the combo-box's that is working (for instance, exchanged type as 'fin & tube) then move to the next record, it all stays.
Because I am having a very difficult time describing this problem, I attached the file for anyone that may have the time to take a look at. Like I said, I'm sure anyone on this website could build this thing in an hour, so I thought it would be easier to get what I'm trying to say across by giving you guys/gals a link.
I'm very sorry for the long post and having to post a download link. I'm out of ideas and while I know the right way to create this database is to use Access, I make have to just go back to Excel because that's what I know I can make work. I read the rules to the forum and believe I followed them all, but if there is an issue, have a moderator delete this! If anyone could take a few minutes out of their day to take a look at my work, I'd appreciate it more than you would know.
Comment