JuntoOnline

General Categories => Geekapalooza => Technical Quandries => Topic started by: Jessie on June 21, 2006, 10:08:17 AM

Title: Access Help
Post by: Jessie on June 21, 2006, 10:08:17 AM
I'm setting up a database in Access. MY IT guy got me started but now he's gone to Alabama.  I want to set my form to have a dropdown list of job sites to choose from.  Anyone know how to do this?
Title: Re: Access Help
Post by: Alice on June 21, 2006, 10:09:02 AM
Yup.  Wait until the IT guy comes back.
Title: Re: Access Help
Post by: Jessie on June 21, 2006, 10:13:41 AM
Dirty bitch :)
Title: Re: Access Help
Post by: Alice on June 21, 2006, 10:14:45 AM
Quote from: Jessie on June 21, 2006, 10:13:41 AM
Dirty bitch :)
Nope.  I took a shower this morning.
Title: Re: Access Help
Post by: Bennyhana on June 21, 2006, 10:34:10 AM
Quote from: Jessie on June 21, 2006, 10:08:17 AM
I'm setting up a database in Access. MY IT guy got me started but now he's gone to Alabama.  I want to set my form to have a dropdown list of job sites to choose from.  Anyone know how to do this?

I've only worked a tiny bit with access, but if memory serves, you have to have a list of these things, then you have to make a dropdown list on your form (in form design view or whatever it's called), and have it reference that list.  Unfortunately, i totally can't remember the exact steps.
Title: Re: Access Help
Post by: Jessie on June 21, 2006, 10:35:41 AM
Quote from: Bennyhana on June 21, 2006, 10:34:10 AM
Quote from: Jessie on June 21, 2006, 10:08:17 AM
I'm setting up a database in Access. MY IT guy got me started but now he's gone to Alabama.  I want to set my form to have a dropdown list of job sites to choose from.  Anyone know how to do this?

I've only worked a tiny bit with access, but if memory serves, you have to have a list of these things, then you have to make a dropdown list on your form (in form design view or whatever it's called), and have it reference that list.  Unfortunately, i totally can't remember the exact steps.
I found how to make it a dropdown list, I just don't know how to make it grab said list.
Title: Re: Access Help
Post by: Bennyhana on June 21, 2006, 10:40:25 AM
Quote from: Jessie on June 21, 2006, 10:35:41 AM
Quote from: Bennyhana on June 21, 2006, 10:34:10 AM
Quote from: Jessie on June 21, 2006, 10:08:17 AM
I'm setting up a database in Access. MY IT guy got me started but now he's gone to Alabama.  I want to set my form to have a dropdown list of job sites to choose from.  Anyone know how to do this?

I've only worked a tiny bit with access, but if memory serves, you have to have a list of these things, then you have to make a dropdown list on your form (in form design view or whatever it's called), and have it reference that list.  Unfortunately, i totally can't remember the exact steps.
I found how to make it a dropdown list, I just don't know how to make it grab said list.

Damn.  Sorry.
Title: Re: Access Help
Post by: Jessie on June 21, 2006, 10:52:40 AM
Quote from: Bennyhana on June 21, 2006, 10:40:25 AM
Quote from: Jessie on June 21, 2006, 10:35:41 AM
Quote from: Bennyhana on June 21, 2006, 10:34:10 AM
Quote from: Jessie on June 21, 2006, 10:08:17 AM
I'm setting up a database in Access. MY IT guy got me started but now he's gone to Alabama.  I want to set my form to have a dropdown list of job sites to choose from.  Anyone know how to do this?

I've only worked a tiny bit with access, but if memory serves, you have to have a list of these things, then you have to make a dropdown list on your form (in form design view or whatever it's called), and have it reference that list.  Unfortunately, i totally can't remember the exact steps.
I found how to make it a dropdown list, I just don't know how to make it grab said list.
I lied.  Or I should say I was wrong.  I don't know wtf I'm doing.


Damn.  Sorry.
Title: Re: Access Help
Post by: meredith on June 21, 2006, 11:35:11 AM
http://www.trigonblue.com/AccessLookup.htm


kinda roundabout if you're not used to such things.  what you need is a table assigning ID numbers to items

1 - Hickville
2 - Funkytown
et cetera

then instead of the job site field in the table you're working with containing text saying the name of the job site, it will have the number that corresponds to that job site
Title: Re: Access Help
Post by: Jessie on June 21, 2006, 11:53:20 AM
Quote from: hatt on June 21, 2006, 11:35:11 AM
http://www.trigonblue.com/AccessLookup.htm


kinda roundabout if you're not used to such things.  what you need is a table assigning ID numbers to items

1 - Hickville
2 - Funkytown
et cetera

then instead of the job site field in the table you're working with containing text saying the name of the job site, it will have the number that corresponds to that job site
So how will anyone know what the number means?  *note:  I am at home and have not yet read the link you posted so my question may be stupid*
Title: Re: Access Help
Post by: meredith on June 21, 2006, 02:07:13 PM
once you inform access of the relationship between JobSiteID in table A and JobSiteID in table B, it should automagically display the text name of the job site when you view table A
Title: Re: Access Help
Post by: Jessie on June 21, 2006, 03:31:03 PM
Thanks, Matt.

My IT guy is going to remote in later and fix it.  Even easier!