Hello All,
I have two different databases and in one the dialog boxes are working and in the other they are not. I did exactly the same thing in both.
The error message it is giving me is: "Undefined Function 'Left' in expression. I followed instructions from an access book and the syntax given was: SELECT [Name] FROM MSysObjects WHERE [Type]=5 And LEFT([Name],1)<>"~" ORDER BY [Name];
Which makes sense to me that we are selecting the left most character of the name to choose to show a query.
Can you please help and tell me what I have done wrong?
I have checked my queries as well and do not see anything abnormal.
Thank you for your help!
I have two different databases and in one the dialog boxes are working and in the other they are not. I did exactly the same thing in both.
The error message it is giving me is: "Undefined Function 'Left' in expression. I followed instructions from an access book and the syntax given was: SELECT [Name] FROM MSysObjects WHERE [Type]=5 And LEFT([Name],1)<>"~" ORDER BY [Name];
Which makes sense to me that we are selecting the left most character of the name to choose to show a query.
Can you please help and tell me what I have done wrong?
I have checked my queries as well and do not see anything abnormal.
Thank you for your help!