dbTalk Databases Forums  

Auto complete forms

comp.database.ms-access comp.database.ms-access


Discuss Auto complete forms in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Doc
 
Posts: n/a

Default Auto complete forms - 09-21-2003 , 12:35 AM






The question is. I have a form that half the data is the same and I want it
to recur. example I have different users at different locations.
When "john" opens the form I would like it to prompt him for his name, date,
and department. Then this info would recur through each record that he
enters while this form is open. Then he could close the form and Susie could
do the same. I can set up defaults in forms to do this but I need the these
to be chosen from drop down menus. So that the data is the same each time.
There are multiple users for this data base. Each user would be entering in
around 60 records per session



Reply With Quote
  #2  
Old   
janthony
 
Posts: n/a

Default Re: Auto complete forms - 09-24-2003 , 08:40 AM






Have you ever thought about using an LDA? (local data area), used alot
in other types of programming. I use is quite often to do basically
the same thing you are saying. But I do it based on a sign on screen,
the user will sign on to the system, I do lookups and capture all the
information that I need and store that information in what I refer to
as an LDA form, which is open but hidden. They whenever I need the
information, such as filling in a form or certain fields I can easily
grab it and populate that information.

John




"Doc" <doc______ (AT) hotmail (DOT) com> wrote

Quote:
The question is. I have a form that half the data is the same and I want it
to recur. example I have different users at different locations.
When "john" opens the form I would like it to prompt him for his name, date,
and department. Then this info would recur through each record that he
enters while this form is open. Then he could close the form and Susie could
do the same. I can set up defaults in forms to do this but I need the these
to be chosen from drop down menus. So that the data is the same each time.
There are multiple users for this data base. Each user would be entering in
around 60 records per session

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.