I have a command button that has the text do form form1
I need to know the code to open form one with the same photo as the current form.
What I have is a memo field that holds a path for a image. ON Form1 I have the picture =fire.photo which currently gives me all th ephotos, I need to filter it so it only opens the one.
I am using a SQL Database and was told to make the picture field a memo field and to store the value in the memo field instead of storing the photo. So OLEBOUND Controls will not work for the task I want. I simply want to be able to take a thumbnail and view the full image which I know can be ackoimplished by double clicking a ole countrol but since my data a stored path I can not do this, any suggestions.
P.S. I looked at the CrownBase code but it didnt help I coudnt find the correct form then the code used you have it setup in classes that refrence to many times.
I need to know the code to open form one with the same photo as the current form.
What I have is a memo field that holds a path for a image. ON Form1 I have the picture =fire.photo which currently gives me all th ephotos, I need to filter it so it only opens the one.
I am using a SQL Database and was told to make the picture field a memo field and to store the value in the memo field instead of storing the photo. So OLEBOUND Controls will not work for the task I want. I simply want to be able to take a thumbnail and view the full image which I know can be ackoimplished by double clicking a ole countrol but since my data a stored path I can not do this, any suggestions.
P.S. I looked at the CrownBase code but it didnt help I coudnt find the correct form then the code used you have it setup in classes that refrence to many times.