Hi Rigby,
what do you mean by post that code?
Brendan was suggesting that you post the code for the Form_Open event
procedure. Open the form in design view. Then click on View > Properties to
display the properties dialog if it is not already displayed. You should see
the word "Form" in the blue title bar of the properties dialog. If not, click
on the small black square in the upper left-hand corner of the form. Select
the Event tab of the properties dialog. Do you see anything listed on the
line labelled "On Open"? If so, click into this box. Then click on the
ellipses button (the button with the three small dots, which will become
visible as soon as you click into the box). This should take you to the
Form's Open procedure (macro, code or expression). If you find a macro,
record the actions for the macro and type them into a reply. If you find
code, copy the code and paste it into a reply.
this is the new error message:
2465-Microsoft Office Access cant find the field 'Category 08_Label' referred
to in your expression
Here is a trick that may help you locate this control:
1.) Close this form, and any other objects (tables, queries, forms, reports,
macros, or modules) that might be open.
2.) Click on Tools > Analyze > Documenter
3.) Select the "All Object Types" tab. Click the Select All button. Click on
the Options... button. You want to select everything, so place checks in the
first three options, and select the last option button it the two remaining
groups. Click on OK to dismiss this dialog. Click on OK one more time to run
the documenter.
4.) When the documenter is complete, a report should be displayed. Click on
File > Export. Select Rich Text Format (*.rtf) in the Save as type dropdown.
Give the file a name and save to a folder.
5.) Find this new file using Windows Explorer. Open it in Word. Use Edit >
Find. Search the document for Category 08_Label. Make a note of any locations
that are found. Repeat the search, this time using Label 107 as the search
term.
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
:
Brendan
Finally, someone who can help me, what do you mean by post that code? i have
managed to change it so i dont get the same error message anymore. but
instead i get a new one, but i dont know VBA (i wish i did). this is the new
error message:
2465-Microsoft Office Access cant find the field 'Category 08_Label'referred
to in your expression and then there's this other error message (i seem to
be making a mess of things):
....oh, actually its very similar but referring to the field 'Label 107'
instead. i bought this database online and wanted to customize it to our
company needs, but when i make adjustments, i create errors. please help me!!!
Thanks
Rigby