CONCATENATE "USER-DEFINED TYPE" ERROR

  • Thread starter Thread starter YURITZA OCASIO via AccessMonster.com
  • Start date Start date
Y

YURITZA OCASIO via AccessMonster.com

I downloaded your concatenate code sample and worked fine.
I have since accumulated more modules from the CalendarLV code (this
creates a calendar form with a shortcut to the form that has your code in
it) everything was working great until I imported the other CalendarLV
modules, now when I click on the CalendarLV it opens the form but it tells
me there is a user-defined error of some type. and it highlights your
Dim rs As New ADODB.recordset

I've tried changing it to what you have on top in green, but it won't work
either.

My next question is, can you concatenate without a module.

Here is what I'm trying to do.
I have a schedule DB with the following fields
CenterID,PermitNo,EventDate
I need to be able to see if a PermitNo in that CenterID has more than one
date.
Like I said, it worked great until I imported the Calendar form, but I
really like that too.

By the way, my form has a parameter that call for the CenterID
but this wasn't a problem earlier.

Hope you can help!
 
Not sure who "your" refers to. There are thousands of people accessing these
news groups.
Did you create multiple copies of the same functions/code with your import?
Have you attempted to Compile your code?
Have you checked your module references?
Do you have a reference set to ADO?
 
Back
Top