F fpperry Earnest Dabbler Local time Yesterday, 20:01 Joined Jan 13, 2003 Messages 9 Jan 14, 2003 #1 I have a problem with this a simple declaration: Dim dbs As Database I get a compile error for a user defined object. Which reference library should be loaded to correct this error? Thanks
I have a problem with this a simple declaration: Dim dbs As Database I get a compile error for a user defined object. Which reference library should be loaded to correct this error? Thanks
B BukHix Registered User. Local time Yesterday, 22:01 Joined Feb 21, 2002 Messages 379 Jan 14, 2003 #2 Check this thread: Help!! User-defined type not defined? Does that help?
C chrismcbride Registered User. Local time Today, 03:01 Joined Sep 7, 2000 Messages 301 Jan 14, 2003 #3 DAO library
F fpperry Earnest Dabbler Local time Yesterday, 20:01 Joined Jan 13, 2003 Messages 9 Jan 14, 2003 #4 Many thanks, guys