L
L. Petchell
Hi,
I've created an 2003 student infomation database. I've built the student
input form and student "picture" id report. But I'm having problems adding
the photo paths to the student table from the input form. I've followed Roger
Carlson's sample called "PicturesLoad.mdb" which illustrates how to do this.
However, an error message comes up stating "sub or funtion not defined". Then
highlights the "ahtAddFilterItem" item in the line below.
strFilter = ahtAddFilterItem(strFilter, "Access Files (*.mda, *.mdb)", _
"*.MDA;*.MDB")
My main purpose for this piece of the database is to print student picture
id cards. The student pictures do not necessarily need to be shown on the
form. I personally have litte VBA code experience. My husband uses VBA in
Excel often and has been helping me through this.
Any help is appreciated! Thanks in advance.
I've created an 2003 student infomation database. I've built the student
input form and student "picture" id report. But I'm having problems adding
the photo paths to the student table from the input form. I've followed Roger
Carlson's sample called "PicturesLoad.mdb" which illustrates how to do this.
However, an error message comes up stating "sub or funtion not defined". Then
highlights the "ahtAddFilterItem" item in the line below.
strFilter = ahtAddFilterItem(strFilter, "Access Files (*.mda, *.mdb)", _
"*.MDA;*.MDB")
My main purpose for this piece of the database is to print student picture
id cards. The student pictures do not necessarily need to be shown on the
form. I personally have litte VBA code experience. My husband uses VBA in
Excel often and has been helping me through this.
Any help is appreciated! Thanks in advance.