Shift kode

G

Guest

Hi i use a code from this forum, and its works at home , now i try another
place and i get this error
Set prp = dbs.CreateProperty(strPropName, _
varPropType, varPropValue)

The code come from a db. call shiftkey200.mdb and is a db from this forum
or a link

regards
Alvin
 
D

Douglas J. Steele

How was prp declared?

It would appear that you're using DAO, which means that it needs to be:

Dim prp As DAO.Property
 

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

Similar Threads


Top