Katya85S
Programmer
- Jul 19, 2004
- 190
In access application i have SQL Server linked tables. A couple of fields, and i can see them in SQL Server EM, does not show up in the linked table in MS Access. But i need those fields in my queries. What do i do?
In QA i found that those fields have constrains:
[update_type] [int] NOT NULL CONSTRAINT [DF__tblName__updat__2C81A546] DEFAULT (0)
There is another linked SQL Server table with the same kind of constrain on a field, and I can see that field from MS Access with no problem.
Any idea on how can i use that "invisible" field in my Access project?
I would appreciate any help.
Thank you all in advance.
In QA i found that those fields have constrains:
[update_type] [int] NOT NULL CONSTRAINT [DF__tblName__updat__2C81A546] DEFAULT (0)
There is another linked SQL Server table with the same kind of constrain on a field, and I can see that field from MS Access with no problem.
Any idea on how can i use that "invisible" field in my Access project?
I would appreciate any help.
Thank you all in advance.