Have you changed the name of your main form or maybe the textbox it is linked to, If you would like post your database and i will have a look for you.
Alastair
The item "filesystemobject" is not found and as a result errors, either there is a file reference missing or not selected. I have looked though the object browsers and got not find any reference to "filesystemobject". I take it this may of been taken from an old access version. I will have a...
You could try Like "*" & [Your Textbox Name] in a query, you will need to know the name of your input form, should look something like:-
Like "*" & [forms].[MainForm].[Subform].[Combo Box]
Let me know if this works for you.
Alastair
I take it you must be using sub forms this normally were this kind of problem exists. You will need to reduce the size of your subforms and then the size of your main form.
Alastair
Hello All,
I thought i would ask this question an how to import data from excel into access.
I am using sage to invoice clients and i can output this in to excel format then i would like the best and simplest way to pull the data though into access.
The data file has column headings at the...