Re: form with no datasource- just map to navigate to other forms

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Tue, 6 Mar 2007 09:10:00 -0800, babs <babs@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:

I have created a map of our plant(small). I would like to click on a
location of the map(just a text box - know how to add event procedure to go
to form- not sure of all the code to put) and have it go to a filtered form
(based on location) for cleaning jobs required in that area. First of all it
is saying not record source. Not sure how to tie these together?

Once it goes to that form I would like the user to add to the jobs required
- datedone and initials. Not sure how to add these to field - do I need to
dump the required jobs into a new table???

Thanks in advance for the help,
Barb

I'd suggest using an unbound form with Label controls; a label has a Click
event and can actually be used like a command button.

I have no idea where your required jobs are now, but if you have a table of
Jobs, each of which can be done many times (on different days by different
people), then yes, you need a new table with the JobID, the EmployeeID (I'd
suggest NOT using initials, just in case you have Joe Smith and Jane Salvatore
and Juan Sandoval all on staff) and a date field (defaulting to Date() or to
Now() if you want the date and time done). This table could be edited using a
Subform of the Jobs form.

John W. Vinson [MVP]
.


Quantcast