A
Alp Bekisoglu
Hi Experts,
Sorry for the "subject" if it doesn't make much sense. The issue is:
Need to design a form for pricing selected items and quantities for
companies.
Items in question is in a seperate table with their per item prices.
Structure is: xmlz_id(AutoNum,PK), xmlz_code(Long), xmlz_name(Text),
xmlz_price(Single)
On the continuous form I have all fields plus "quantity"(for entry) and
"total"(calculated: qty*xmlz_price) fields. The form displays the items
properly but the "quantity" field is not accepting individual entries, i.e.
any change reflects on all entries.
How can I get this to work properly? Shall I base the form's data source to
an sql (which is the case now) or a seperate saved query, or the table
itself or to VBA code? Or should I start with an unbound form? Got
confused...
Thanks in advance.
Alp
Sorry for the "subject" if it doesn't make much sense. The issue is:
Need to design a form for pricing selected items and quantities for
companies.
Items in question is in a seperate table with their per item prices.
Structure is: xmlz_id(AutoNum,PK), xmlz_code(Long), xmlz_name(Text),
xmlz_price(Single)
On the continuous form I have all fields plus "quantity"(for entry) and
"total"(calculated: qty*xmlz_price) fields. The form displays the items
properly but the "quantity" field is not accepting individual entries, i.e.
any change reflects on all entries.
How can I get this to work properly? Shall I base the form's data source to
an sql (which is the case now) or a seperate saved query, or the table
itself or to VBA code? Or should I start with an unbound form? Got
confused...
Thanks in advance.
Alp