Help with Error 2448

G

Guest

I am encountering this error when trying to assign a piece of equipment to a
patient record within our database. When I click on "debug", it takes me to a
highlighted yellow line within the code process: Me.Assignee_ID =
iNewAssigneeID
Any idea of what is happening? Also it appears that database is locked when
trying to add a "date" within a query to any number field.
Please help.
 
B

BruceM

You should post the entire code (or at least the part that defines
iNewAssigneeID). Without that there is no way to know why the code fails at
that line.
Regarding the second question, what do you mean by saying you are "trying to
add a "date" within a query to any number field"? How does the database
being "locked down" manifiest itself?
 
B

BruceM

I forgot to add: 2448 is that "you can't assign a value to this object".
Is Me.AssigneeID an autonumber field? If so, that is at least part of the
problem.
 

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