Syntax Difference

  • Thread starter Thread starter CVegas
  • Start date Start date
C

CVegas

I have just gone from Access2K to Access 2003. I display todays date on my
forms by making the control source = Date() in A2K. When I try this in 2003
it tells me that this componet does not support automation.

I don't undersatnd what this is trying to tell me.

Any help is appreciated.
 
When you get any kind of error involving intrinsic functions, it usually,
(but not always,) is because of a missing reference.

First thing to do is look at
http://support.microsoft.com/default.aspx?kbid=283806. Instructions are
toward the bottom of the article.

Then see if you can get a clean compile, Debug/Compile. If not, you'll need
to fix the problem.

If this isn't it, post back after you've tried these things.

Good luck.

--

Sco

M.L. "Sco" Scofield, MCSD, MCP, MSS, Access MVP, A+
Useful Metric Conversion #16 of 19: 2 monograms = 1 diagram
Miscellaneous Access and VB "stuff" at www.ScoBiz.com
 
Back
Top