G
Guest
I need help getting started with the Access help file article:"How to display
images from a folder in a form, a report, or a data access page" (In the end
I need to store images in a database):
The help file instructs: "2. Create the following table either in
Northwind.mdb " then it lists some code:
"Table: tblImage
----------------------------
Field Name: ImageID
Data Type: AutoNumber
Indexed: Yes (No Duplicates)
Field Name: txtImageName
Data Type: Text
Table Properties: tblImage
--------------------------
PrimaryKey: ImageID"
Thanks for the help,
Paul
images from a folder in a form, a report, or a data access page" (In the end
I need to store images in a database):
The help file instructs: "2. Create the following table either in
Northwind.mdb " then it lists some code:
"Table: tblImage
----------------------------
Field Name: ImageID
Data Type: AutoNumber
Indexed: Yes (No Duplicates)
Field Name: txtImageName
Data Type: Text
Table Properties: tblImage
--------------------------
PrimaryKey: ImageID"
Where do I paste that code? (Tried in a new module's code window..nope.)
Thanks for the help,
Paul