Best way to enter order number.

alfranco17

Board Regular
Joined
Apr 14, 2013
Messages
198
I'm posting this on January 1st, so... Happy New Year! :)

I have a problem that must have an easy solution, but I'm stuck.

I am trying to create an order entry system.

I have an item table, a family table and an order detail table (I also have the order header, but I don't think it is part of the solution).

qRelationship.JPG


I need to use a datasheet view to enter items into the order detail. I created a form, and added a Combo Box to select the family, and then show only the items that belong to that family.

My problem is this: family shows up blank. When I select a family, it gets assigned to the whole datasheet column.

qstep1.png


qstep2.png


What I am trying to do is to show this in family:

  • consonant
  • number
  • vowel

And then it should let me select the family when appending records.

I tried using the "On current" event, but it always displays the same record on the whole column.

Any help will be appreciated.

Thanks.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi There,

I am only just beginning with Access so this may not be what you are looking for but try this.

Open your fOrderDet DataSheet in Design View and change the input type to on your Family field to LookUp. From there you will have the choice to lookup values to show in the family Field or alternatively you can enter the selections manually.

Mark
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,702
Members
449,048
Latest member
81jamesacct

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top