Combo and subform

R

Revned

hello,

is there anyway i can populate item no to Item Column, item description to
Item Description, price to Price column in my subform under main form and
leave the column Quantity as blank so i can manually enters data to it.. my
subform are bound for a query..

one more thing i bound my subform in a select query but i can not edit nor
make data entry...

pls. i appreciate for your time thanks in advcance
 
M

Mike Painter

Revned said:
hello,

is there anyway i can populate item no to Item Column, item
description to Item Description, price to Price column in my subform
under main form and leave the column Quantity as blank so i can
manually enters data to it.. my subform are bound for a query..

one more thing i bound my subform in a select query but i can not
edit nor make data entry...

pls. i appreciate for your time thanks in advcance

The table containing the quantity should only contain the key for the item
number and that subform built on a query joining the Item table and the line
item table.
There is no need to populate anything else, except possible the price at teh
time of teh sale.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

main form - with subform 1
subform in main form 2
Query - Table 3
Combo in subform 3
Dlookup Subform Problem 2
sort a subform containing 2 combo boxes 5
Subform Code Question 6
Retain combo box order 1

Top