Error Message

G

Guest

Hello,

I keep getting an error message when trying to select an entry from a Combo
Box which says:

"The value you entered isn't valid for the field."

The field in question is a field of type "Text" from my Employee table who's
fields are:

EmpID ( Autonumber )
Emp_Name ( Text )
Job_Title ( Text )
Dept ( Text )
Notes ( Memo )

Here's the contents of table Employees:

EmpID Emp_Name Job_Title Dept Notes
1 Covati, Sue
2 Ho, Anh
3 Tan, Kristin

If I ignore the error and select the second name "Ho, Anh" from the Combo
Box and then navigate to the next record, the Employees table data now looks
like this:

EmpID Emp_Name Job_Title Dept Notes
1 2
2 Ho, Anh
3 Tan, Kristin

All fields in the first record of Employees table get overwritten with the
record number of whatever name is selected from the Combo Box.


-Simon
 
G

Guest

simon,
it seems like you r trying to update the table using the combobox. what
exactly are you trying to accomplish?

do u hv codes in your combobox (e.g. click event) that update employeename?
 
G

Guest

Jeff,

I think I found the problem. Being fatigued from lack of sleep causes all
sorts of problems. I'm gonna catch a few hours now though. Thanks for
replying Jeff and my apologies.

-Simon
 

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