Quote:
Originally Posted by ADezii
We need much more specific information than this, such as:
- Name of the Combo Box?
- Name of the Report?
- Record Source for the Report (Table Name)?
- Fields in the Combo Box?
- Field in Combo Box that will Filter Report data?
- Is this above Field Text or Numeric?
- Any other information you may think is relevant?
In form name of combobox is
"cmbpalletno"
name of report is
"ProductionReport"and record source is table
"PRODUCTION"
in combobox I select field(
"palletno") of table(
"PRODUCTION") using wizard.
now I want to select palletno from combobox
all fields are of type Text
example
PalletNo CuastomerCode Qtyonhand Shippeddate status
1 Sears 1060 11/12/2007 SHIPPED
2 MACY 1600 11/01/2007 SHIPPED
3 OLD NAVY 1000 12/02/2007 SHIPPED
4 DKNY 500 12/03/2007 TO BE SHIPPED
now in my form I have combobox which have item list.
Sears
MACY
OLD NAVY
DKNY
when I select "MACY" from combobox and click on button(btnsubmit) then it should open report in which it will show
Customer Details
---------------------------------------------------------------------------------------------------------
PalletNo CuastomerCode Qtyonhand Shippeddate status
2 MACY 1600 11/01/2007 SHIPPED
if i select "Sears" from combobox then it will show me
Customer Details
---------------------------------------------------------------------------------------------------------
PalletNo CuastomerCode Qtyonhand Shippeddate status
1 Sears 1060 11/12/2007 SHIPPED
that's it.
I think now u can understand very easily.don't worry abt names.just give me solution using anyname feasible for u.
I willl change it in mine code.
Thanks for ur reply