Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class Errors in Access

Status
Not open for further replies.

mgiacone1

Technical User
Apr 15, 2006
2
US
Hi,
I learned VBA about 6 months ago and for some reason I was fascinated with Classes. The only problem is whenever I add a field to a existing Class I recieve errors. Is this typical and should I continue to use Classes in Access.
Thank you.
 
I add a field to a existing Class
???
You add a property, a method or an event to a Class.
What is your meaning of adding a field ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
I'm sorry. When I add a field to a Table. For example. I have a table JobReqs. I added a field (CompanyId as integer)to my table and then added this to my class module clsJobReqs. Now when I opened my frmJobReqs and tried to make any changes I would receive an error message that referenced CompanyId. It's driving my crazy.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top