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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

form field



 
 
Thread Tools Display Modes
  #1  
Old April 22nd, 2008, 05:42 AM posted to microsoft.public.access.forms
Rpettis31
external usenet poster
 
Posts: 96
Default form field

I have a form Customer Order with an item number combo box that looks up the
item numbers on an item master table. The Item description is basically a
text box =ItemNumber.column(2) which populates the item description when the
item number is selected. What I would like to know is how I would retain the
decription field into the same field on the Customer Order table. Currently
no value is retained in this field on the table.

  #2  
Old April 22nd, 2008, 08:43 AM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default form field

Hi,
the general idea is to avoid storing the item description in the customer
order table.
Just store the Item Number in the customer order table.
Use a query to retrieve the item description using the Item number whenever
you want to see which item description was ordered.

Jeanette Cunningham



"Rpettis31" wrote in message
...
I have a form Customer Order with an item number combo box that looks up
the
item numbers on an item master table. The Item description is basically a
text box =ItemNumber.column(2) which populates the item description when
the
item number is selected. What I would like to know is how I would retain
the
decription field into the same field on the Customer Order table.
Currently
no value is retained in this field on the table.



 




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


All times are GMT +1. The time now is 07:29 AM.


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