error after converting

N

nydia

I hava a databased that was converted from access97 to
access-xp. It opens fine and I can enter data with no
problem, but when I go to run a report I get the following
error message

Complie error
Method of data member not found
I click ok and it brings me to the visual basic screen

on the visual basic screen highlighted yellow is

sub casecontrolprocess
(strbegindate,strenddate,intmopd_mth,intmopd_ytd,intnumofas
sesspend_mth,intnumofassesspend_ytd)

a couple of lines down there is a line
recC.begindate-strbegindate

From this line .begindate=

is in a blue highlight

can anyone please tell me how to fix this. I am not
knowledgable on visual basics, so please be detailed when
giving me directions. Any help is greatly appreciated.
 
D

Dirk Goldgar

nydia said:
I hava a databased that was converted from access97 to
access-xp. It opens fine and I can enter data with no
problem, but when I go to run a report I get the following
error message

Complie error
Method of data member not found
I click ok and it brings me to the visual basic screen

on the visual basic screen highlighted yellow is

sub casecontrolprocess
(strbegindate,strenddate,intmopd_mth,intmopd_ytd,intnumofas
sesspend_mth,intnumofassesspend_ytd)

a couple of lines down there is a line
recC.begindate-strbegindate

From this line .begindate=

is in a blue highlight

can anyone please tell me how to fix this. I am not
knowledgable on visual basics, so please be detailed when
giving me directions. Any help is greatly appreciated.

That's not enough information to go on. Please copy and paste
everything from the "Sub CaseControlProcess" line down through the
blue-highlighted line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top