VB "run time error"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Are you experiencing this error using Microsoft Access, the subject of this
newsgroup? If so, which version and service pack level are you using? This is
not immeadiatly apparent from your post.

Do you have any additional details that you can share regarding this
run-time error? Is there an error number given with the message? Are you
receiving this message when attempting to do an operation with VBA code? If
so, show your code. Or, are you getting this error when you attempt to open a
table directly, from the Database Window?


Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 
Busty said:
I was just wondering if anyone knows of a fix for a VB "run time error". I
try and access a table and it's givng me an error message saying run time
error.

What is the exact error message?

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Hello,
I was just wondering if anyone knows of a fix for a VB "run time error". I
try and access a table and it's givng me an error message saying run time
error.

Any help would be great.
Thanks.
 
I would reccomend rewritgin your functions on the SQL Server side and using
Access Data Projects
 
Back
Top