moose
09-12-2001, 06:44 AM
i would like a .bmp file inserted into a form depending on what is typed in a text box. i.e. if a user types 1111 in a text box, and it is a recognised 4 digit number, i would like a .bmp file inserted into an image box or some other object box on the form. i have tried to write the code for myself, but am only learning and keep on getting allsorts of errors. any help would be appreciated.
thanx in advance
moose
Rachael
09-12-2001, 03:06 PM
I had this problem a few months ago, I searched other posts in this forum and discovered some interesting things about .bmp's etc. Firstly embedding images blows your db size out the window so linking is the best option. gif's are better to use than bitmaps ( they are smaller).
I suggest you search this forum because I guarantee it's all there on how to solve your problem.
Rachael
moose
09-13-2001, 04:54 AM
i have tried looking through the forum, but haven't been very successful in finding the solution to my problem, if you found one would you mind sharing it with me please. i would be very gratfull
moose