J
Jeff Boyce
Access 2002, SP3, linked to SQL-Server 2000 back-end tables.
Added a couple "bit" fields to the underlying SQL-Server table, refreshed
the link, can see the added fields as "Yes/No" fields.
Checked the total bytes in the rows and they are under 200.
Can create a query to return rows with these new fields from the table --
the query is editable, I can change the values of these, save the row,
change the values back (and save the changes).
Have a form based on that query. All (as in ALL) other fields are editable,
including other Yes/No fields. But the two new fields in the back-end, now
visible (and editable) in the underlying query, are mysteriously missing in
action?!
Adding the query fields as text boxes, I get #Name.
Adding the query fields as checkboxes, I get grayed checkbox (looks like a
null).
Either approach gets me the Status Bar message "Can't edit ... bound to
unknow field named ..." and the name of the field I just pulled down from
the list of available fields?!?
DB has been compacted & repaired. The DB has been started over (imported
objects into new empty MDB). The /Decompile option has been exercised.
Still no joy.
Search of the newsgroups, Google, and Microsoft's KB have been unsuccessful
so far.
Anyone seen this before? Solutions?!
Thanks in advance.
Jeff Boyce
Added a couple "bit" fields to the underlying SQL-Server table, refreshed
the link, can see the added fields as "Yes/No" fields.
Checked the total bytes in the rows and they are under 200.
Can create a query to return rows with these new fields from the table --
the query is editable, I can change the values of these, save the row,
change the values back (and save the changes).
Have a form based on that query. All (as in ALL) other fields are editable,
including other Yes/No fields. But the two new fields in the back-end, now
visible (and editable) in the underlying query, are mysteriously missing in
action?!
Adding the query fields as text boxes, I get #Name.
Adding the query fields as checkboxes, I get grayed checkbox (looks like a
null).
Either approach gets me the Status Bar message "Can't edit ... bound to
unknow field named ..." and the name of the field I just pulled down from
the list of available fields?!?
DB has been compacted & repaired. The DB has been started over (imported
objects into new empty MDB). The /Decompile option has been exercised.
Still no joy.
Search of the newsgroups, Google, and Microsoft's KB have been unsuccessful
so far.
Anyone seen this before? Solutions?!
Thanks in advance.
Jeff Boyce