View Full Version : A big hand?


elgoober
02-12-2008, 06:46 AM
Hi

I'm looking to build a product generator - so user will select from a series of combo box's (Bed, (could be 5000, 5100 etc) Plug,(could be A,B,C,D) Castor could be ZZ, AA, EE,etc) and a code will be generated. (i.e 5100CEE)

I can achieve this - but I've been thrown one of those balls that are curved. The end user also wants a picture of each part of the code to be outputed on the final order form - and here's where I'm struggling - as if I pull from my dumb form (with dumb combo box's) - I've nothing to link to - and if I link to a table, I get zillions of records.

Any advise, general direction, gratefully accepted.

Cheers

Paul

CraigDolphin
02-12-2008, 07:12 AM
Bind your form to a table and set the dataentry property of the form to true. That way, anytime the form opens you only see a new record.