A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Automatic insertion of data



 
 
Thread Tools Display Modes
  #1  
Old August 10th, 2004, 08:17 PM
pmp350
external usenet poster
 
Posts: n/a
Default Automatic insertion of data

How do I have Access automaticaly insert info into one field after I have
entered info into another field. Example - I want to enter an "Employee Name"
in a field and I want their "Employee Number" to be automatically entered
into another field on the form. I have already created a table with the names
and numbers

Thanx,

Paul
  #2  
Old August 11th, 2004, 01:25 AM
Eric Butts [MSFT]
external usenet poster
 
Posts: n/a
Default Automatic insertion of data

Hi Paul,

Take a look at the following knowledge base articles for starters:

ACC2000: How to Populate Text Boxes with Multicolumn Combo Box Selections
(322900)
http://support.microsoft.com/default...B;EN-US;322900

ACC2000: How to Use the Column Property of a Combo Box to Update a Text Box
(209738)
http://support.microsoft.com/default...B;EN-US;209738

I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support

"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
http://www.microsoft.com/security/security_bulletins/ms03-026.asp and/or
to visit Windows Update at http://windowsupdate.microsoft.com/ to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights


--------------------
| Thread-Topic: Automatic insertion of data
| thread-index: AcR/Dp1ipLaP43g2Q9SAYvZAfrEX3w==
| X-WBNR-Posting-Host: 206.71.120.1
| From: =?Utf-8?B?cG1wMzUw?=
| Subject: Automatic insertion of data
| Date: Tue, 10 Aug 2004 12:17:02 -0700
| Lines: 9
| Message-ID:
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.access.tablesdbdesign
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.tablesdbdesign:82652
| X-Tomcat-NG: microsoft.public.access.tablesdbdesign
|
| How do I have Access automaticaly insert info into one field after I have
| entered info into another field. Example - I want to enter an "Employee
Name"
| in a field and I want their "Employee Number" to be automatically entered
| into another field on the form. I have already created a table with the
names
| and numbers
|
| Thanx,
|
| Paul
|

  #3  
Old August 11th, 2004, 07:19 PM
pmp350
external usenet poster
 
Posts: n/a
Default Automatic insertion of data

Eric,

I want to use the DLookUp function but I am not getting what I need. In my
combo box, named "Name", I can choose the employee name I want but in my text
box, named "Emp#", I just get an error message. My table that has the
employee info is named "Employees".

The headings for the "Employee" table are-

Name Employee Emp# Start Date

I have been trying to type in the formula as it is written in the article
but I don't know if I'm getting all the " ) [ and , correctly. I don't know
if there are supposed to be spaces between the different expressions.

I hope I have given you enough info to help me as I really don't want to go
buy "Access for Dummies"

Thanx,

Paul

"Eric Butts [MSFT]" wrote:

Hi Paul,

Take a look at the following knowledge base articles for starters:

ACC2000: How to Populate Text Boxes with Multicolumn Combo Box Selections
(322900)
http://support.microsoft.com/default...B;EN-US;322900

ACC2000: How to Use the Column Property of a Combo Box to Update a Text Box
(209738)
http://support.microsoft.com/default...B;EN-US;209738

I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support

"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
http://www.microsoft.com/security/security_bulletins/ms03-026.asp and/or
to visit Windows Update at http://windowsupdate.microsoft.com/ to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights


--------------------
| Thread-Topic: Automatic insertion of data
| thread-index: AcR/Dp1ipLaP43g2Q9SAYvZAfrEX3w==
| X-WBNR-Posting-Host: 206.71.120.1
| Wrom: CJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAU TFJMV
| Subject: Automatic insertion of data
| Date: Tue, 10 Aug 2004 12:17:02 -0700
| Lines: 9
| Message-ID:
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.access.tablesdbdesign
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.tablesdbdesign:82652
| X-Tomcat-NG: microsoft.public.access.tablesdbdesign
|
| How do I have Access automaticaly insert info into one field after I have
| entered info into another field. Example - I want to enter an "Employee
Name"
| in a field and I want their "Employee Number" to be automatically entered
| into another field on the form. I have already created a table with the
names
| and numbers
|
| Thanx,
|
| Paul
|


  #4  
Old August 12th, 2004, 06:12 PM
Tim Ferguson
external usenet poster
 
Posts: n/a
Default Automatic insertion of data

=?Utf-8?B?cG1wMzUw?= wrote in
:

I want to use the DLookUp function but I am not getting what I need.
In my combo box, named "Name", I can choose the employee name I want
but in my text box, named "Emp#", I just get an error message. My
table that has the employee info is named "Employees".


I am not completely clear what you are trying to achieve here. It sounds
like you have a form bound to the Employees table, and you want to be able
to choose a name from a combo and have the form placed on the correct
Employee record. If that's not right, then don't bother reading on!

You should start with an unbound combo called, say, cboPickName. You should
set its rowsource to something like

SELECT DISTINCT FullName FROM Employees

(side note: Name is a really bad choice for a field name, because it's the
name of a property of just about every object in the Access world. If you
have to use it, then it needs brackets round it like this, "SELECT [Name]
etc". But it's a bug waiting to happen, and it is a good idea just to use a
better field name.)

Now you can use the OnChange to set the Filter property of the form

Private Sub cboPickName_Change()

' set the filter to records with the same name
Me.Filter = "FullName = """ & cboPickName & """"
' and make it look them up
Me.Requery

End Sub

You can then use the PgUp and PgDn keys to move between all the "John
Smith" records to find the one you want.

An easier way is to teach your users to use the query-by-form method of
finding names, so you don't have to do any programming at all.

Hope that helps


Tim F

 




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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif with 2 or more data ranges in same column Doug Worksheet Functions 1 July 4th, 2004 08:57 AM
Newbie? Do I use Report or Query John Egan New Users 11 June 28th, 2004 08:31 PM
How to create graphs in a monthly report where the base data can change John Clarke Charts and Charting 3 June 25th, 2004 02:22 AM
Automatic insertion of the = sign David Hall Worksheet Functions 4 March 30th, 2004 10:16 AM


All times are GMT +1. The time now is 02:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.