G
Guest
Hi,
I have created a search function which at present is coming up with the
following error : Syntax Error In From Clause (Runtime Error 3131)
Access VBA is relatively new to me however, I have included the coding below
for someone to see.
Me.SearchDrawingSubF.Form.RecordSource = "SELECT * FROM DrawingSearchQ " &
BuildFilter
Me.SearchDrawingSubF.Requery
I have created a form which contains unbound text and combo boxes which when
activated should display the related information in a subform which is
situated below.
However, at present it is not working and I am puzzled as to why this is the
case.
Many thanks in advance,
Kieron White
I have created a search function which at present is coming up with the
following error : Syntax Error In From Clause (Runtime Error 3131)
Access VBA is relatively new to me however, I have included the coding below
for someone to see.
Me.SearchDrawingSubF.Form.RecordSource = "SELECT * FROM DrawingSearchQ " &
BuildFilter
Me.SearchDrawingSubF.Requery
I have created a form which contains unbound text and combo boxes which when
activated should display the related information in a subform which is
situated below.
However, at present it is not working and I am puzzled as to why this is the
case.
Many thanks in advance,
Kieron White