Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Linking Fields in Forms
Name: schlep Date: February 9, 2004 at 07:22:31 Pacific OS: Windows 98 CPU/Ram: PIII/600Mhz
Comment:
Hi, I'm creating a database of the transactions of items made by the employees. There's two tables in this database. In one of the tables, there's two fields, them being the available item names(ITEM DESCRIPTION) and the respective codes for each item. The primary key for this table is the (ITEM CODE) The next table, which is mainly for data entry shows the name of the employees, the quantity of the item requested and the ITEM CODE. Both these tables are linked thru the ITEM CODE. My question is, if in the FORM format, how can i link the ITEM CODE and ITEM DESCRIPTION together. Like for example, i would like to have the field under ITEM DESCRIPTION appear automatically when i enter the ITEM CODE field in form.
Name: johnt.001 Date: February 9, 2004 at 07:34:58 Pacific
Reply:
Have you considered creating a query using both tables then creating a form based on fields selected form this query.
0
Response Number 2
Name: schlep Date: February 9, 2004 at 07:58:36 Pacific
Reply:
Hi johnt,
I've already done that. But it seems that when i'm doing data entry in Forms, i can't get the ITEM DESCRIPTION to appear automatically when i key in the ITEM CODE.
How, any help?
0
Response Number 3
Name: johnt.001 Date: February 10, 2004 at 03:13:29 Pacific
Reply:
Create a combo box based on your ItemDescription table. Set auto expand on and store the ItemDescription in your Employees table. This will then reference the ItemDescription for display in other forms. The ItemDescription can be viewed in the combo drop-down if the combo box is set for two columns.
Summary: I am having a problem in Access 2002 and was wondering if > anyone came across it. I have a table that requires more > than 255 fields and because Access does not allow this, I > created two tables o...
Summary: I have a form linked to a table. In the details area of the form I am trying to ensure that all fields for records that meet certain criteria are dimmed out. I guess what I am looking for is a form of...
Summary: in participants table I have : FirstName, LastName and ParticipantName_tbl. in the participant form I set the code for participant name as: Me.ParticipantName.Value = Me.FirstName & " " & Me.Last...