F
FT OFFICE
I was wondering if anyone knows an easy way to do this:
I have 2 tables: Deals and Packages.
Packages has my package abbreviations for each type of package we sell
(either "GK' or "QR" or "RL") as the field names. The records for each type
of deal consist of the money amounts we take for deposit on each deal. So...
GK QR RL
698 498 398
349 249 199
174 124 99
In my Deals table (form later) I first have fields for PackageType, and then
Amount. I first choose what type of Package was sold...(GK, QR, RL) then I
choose how much deposit was paid.
What I want is to limit what I see in the Amount field to what corresponds
to each PackageType.
I've tried a bunch of different DLookUp scenarios but I haven't gotten it
right yet.
Thanks for looking...
-Rob
I have 2 tables: Deals and Packages.
Packages has my package abbreviations for each type of package we sell
(either "GK' or "QR" or "RL") as the field names. The records for each type
of deal consist of the money amounts we take for deposit on each deal. So...
GK QR RL
698 498 398
349 249 199
174 124 99
In my Deals table (form later) I first have fields for PackageType, and then
Amount. I first choose what type of Package was sold...(GK, QR, RL) then I
choose how much deposit was paid.
What I want is to limit what I see in the Amount field to what corresponds
to each PackageType.
I've tried a bunch of different DLookUp scenarios but I haven't gotten it
right yet.
Thanks for looking...
-Rob