Hello,
I have a table in my database that I'm having an issue with. Basically, there are two tables that relate to each other as follows:
I have a table called AccountNumbers with the following fields:
CostCenter - Text(6)
Vendor1Acct - Text(11)
Vendor2Acct - Text(11)
Flag - Text(255)
and I also have a table called PagerList with a bunch of fields, but the most important to this issue is one field called "CompanyCostCenter". This field was designed as a combo box in the table with a lookup pointing to AccountNumbers, so when I'm in the table, I drop down the combo box and select the costcenter from the list, which has the two Vendor account numbers next to it.
My problem is that some of them are "unselectable". They don't differ in any way I can see from the others, but some of them when I select just automatically push me to the one above it. I can't change ANY records to these specific cost centers, either directly from the table, or from an adhoc form I built around it.
I don't have any validation rules or such craziness -- any other reason this might happen?
If I didn't dedicate so much time already to building everything around these columns, I'd just drop the lookup field altogether, but that's not an option now :-(
I have a table in my database that I'm having an issue with. Basically, there are two tables that relate to each other as follows:
I have a table called AccountNumbers with the following fields:
CostCenter - Text(6)
Vendor1Acct - Text(11)
Vendor2Acct - Text(11)
Flag - Text(255)
and I also have a table called PagerList with a bunch of fields, but the most important to this issue is one field called "CompanyCostCenter". This field was designed as a combo box in the table with a lookup pointing to AccountNumbers, so when I'm in the table, I drop down the combo box and select the costcenter from the list, which has the two Vendor account numbers next to it.
My problem is that some of them are "unselectable". They don't differ in any way I can see from the others, but some of them when I select just automatically push me to the one above it. I can't change ANY records to these specific cost centers, either directly from the table, or from an adhoc form I built around it.
I don't have any validation rules or such craziness -- any other reason this might happen?
If I didn't dedicate so much time already to building everything around these columns, I'd just drop the lookup field altogether, but that's not an option now :-(