Binding form to another form to display picture (1 Viewer)

maya

Registered User.
Local time
Today, 08:52
Joined
Jun 11, 2003
Messages
139
I have a form where there is a textbox which the user has to enter the car model and when the car model number matches to that of in the Car Model Table, another form will pop up to display the picture of the car.

the question is to make this work, do i have to create another table will the CarModelNo and Picture field and how do i actually save the picture file into a table?

thanx
 

seany

Registered User.
Local time
Today, 08:52
Joined
Sep 1, 2003
Messages
53
you can uses the same table i think. Uses this command to load the pictures in

On current

Me.imagebox.picture = Picture path and name

Because when you add a picture in to the table it makes the database very large
 

seany

Registered User.
Local time
Today, 08:52
Joined
Sep 1, 2003
Messages
53
Here is a example
 

Attachments

  • pictures.zip
    16.4 KB · Views: 241

maya

Registered User.
Local time
Today, 08:52
Joined
Jun 11, 2003
Messages
139
thanx for the idea, will check it out.:)
 

Users who are viewing this thread

Top Bottom