The Microsoft Jet engine does not recognise 'Red' as a valid field name or expre

  • Thread starter Thread starter Paul kelly via AccessMonster.com
  • Start date Start date
P

Paul kelly via AccessMonster.com

Hi,

I'm new to VB and am currently trying to link VB with access but the following error message appears 'The Microsoft Jet engine does not recognise 'Red' as a valid field name or expression'

red is a record under one of the fields in acess.

Can you please help me with this? I need to know A.S.A.P
Thank you very much.
 
Paul

From the error message you provided, it sounds like you have an expression
that refers to a field named "Red". From your description, it sounds like
you have a value in one of your fields, said value is "Red". The two don't
match.

If you provide the expression which is causing the error, 'group readers
might be able to help more.

--
Good luck

Jeff Boyce
<Access MVP>

Paul kelly via AccessMonster.com said:
Hi,

I'm new to VB and am currently trying to link VB with access but the
following error message appears 'The Microsoft Jet engine does not recognise
'Red' as a valid field name or expression'
 
I have this problem fixed Thanks for your reply
 

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

Back
Top