Major Input Problem

D

DS

I have a main form called Orders. on it is a listbox, you choose from
the listbox and the selection goes into the Subform Order Details. This
works great..no problems. The problem is on that Listbox I have a
linked Listbox that pops up and I choose from there to input further
onto the subform. This is listbox is from a completely different table.
What I'm doing is modifying an Item lets say Burger on the main form.
The second form would have Rare. This modifier is attached to Burger so
I would guess it's like a subform on a subform, but this is sloopy
looking. Is there a way to have an unbound form to input this onto,
then when your finished, hit a button where this would be saved to a
record. Or maybe any other suggestion. Lost in the Sauce.
Thanks
DS
 
D

DS

Albert said:
I often use a "side by side" arramangte ment.

Take a look at the screen shots here, and I have a few examples of
sub-subform stuff.
http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm
Thanks, but I'm even having trouble with that to work...What I need is
something like this, Go to www.alohapos.com
then go to products, POS solutions, then table service...
I need a screen like that where I can enter stuff into off of my
listbox. Its got to be a clean white screen. I did it using only the
main product, but it fails when I try to add a modifier to that main
product. My products and modifiers are in two different tables. If
they came from the same table it would work, but since each product can
have several modifiers I need seperate tables. Thanks, your input is
appreciated.
DS
 
A

Albert D. Kallal

I just re-read your original post.

so, that 2nd choice of "rare" "medium" etc. can either be a combo box, or
likely some kind of pop up form here. In fact, I might even make the "right
side" show nice big blue boxes (that you can use a touch screen) with the
options for rare, medium rare..etc.
 
Top