Hi,
I have a form that has the following:
Item Text (Memo)
Graphic (OLE Object)
Case Text (Memo)
CmdButton (Find)
CmdButton (Add)
They all come from different tables.
I also have a report that looks like this:
Case Text (I want this to be invisible if no Case Text is assigned to an item)
Graphic (Also invisible if none assigned) (I also have another problem with this one that I will address later)
Item Text (Always required)
When the user finds an item they want to appear on the report (which is supposed to be used to represent a scholastic test), I want them to click a command button and have that item added to the report. I want the user to be able to do this as many times as they want and I want all of the items to be added to the same report.
NOTE: The problem I have with the graphic is that I want it to "SizetoFit", because sometimes the picture is smaller or larger than the space that I have provided for it.
Is all of this possible?
Thanks in advance!
I have a form that has the following:
Item Text (Memo)
Graphic (OLE Object)
Case Text (Memo)
CmdButton (Find)
CmdButton (Add)
They all come from different tables.
I also have a report that looks like this:
Case Text (I want this to be invisible if no Case Text is assigned to an item)
Graphic (Also invisible if none assigned) (I also have another problem with this one that I will address later)
Item Text (Always required)
When the user finds an item they want to appear on the report (which is supposed to be used to represent a scholastic test), I want them to click a command button and have that item added to the report. I want the user to be able to do this as many times as they want and I want all of the items to be added to the same report.
NOTE: The problem I have with the graphic is that I want it to "SizetoFit", because sometimes the picture is smaller or larger than the space that I have provided for it.
Is all of this possible?
Thanks in advance!