G
Guest
Just like the one up the top of this page, where the user types in the
information, and then presses the go button. What I am building (when I get
the time) is a database of information on both jobs completed at particular
sites, under programs either maintenance or construction, and jobs currently
being worked on. The project manager also has information management of how
many hours in a week is he working on particular jobs. The company is
contracted to work/maintain on over 4000 sites.
So I have a table which describes all the sites, some may be very close in
description, so I want to be able to get the user to select the exact one.
eg High St 100 metres from x intersection; High St (200 metres from x
intersection) (This table came from a preexisting spreadsheet) Each of them
has a unique Asset number, (which I am using as the PK), but I need them to
do the search on the location, as they never know the Asset number.
I have been able to do it using a combo box, and then populating the fields
of the current jobs form using the column(1)...but the users find the use of
the combo box annoying.
I am learning heaps from you guys and reading the posts, your support is
greatly appreciated.
information, and then presses the go button. What I am building (when I get
the time) is a database of information on both jobs completed at particular
sites, under programs either maintenance or construction, and jobs currently
being worked on. The project manager also has information management of how
many hours in a week is he working on particular jobs. The company is
contracted to work/maintain on over 4000 sites.
So I have a table which describes all the sites, some may be very close in
description, so I want to be able to get the user to select the exact one.
eg High St 100 metres from x intersection; High St (200 metres from x
intersection) (This table came from a preexisting spreadsheet) Each of them
has a unique Asset number, (which I am using as the PK), but I need them to
do the search on the location, as they never know the Asset number.
I have been able to do it using a combo box, and then populating the fields
of the current jobs form using the column(1)...but the users find the use of
the combo box annoying.
I am learning heaps from you guys and reading the posts, your support is
greatly appreciated.