N
Norman
Thanks for looking at this and let me explain
I have inherited a home brew database that contains password and
machine information. The database is running on a MS SQL Server 2000
instance and the users have an Access front end that can be used to
view, update and enter new data. I can get this to work to veiw and
update existing data but cannot get it to generate the GUID field.
The SQL Server fields in the table tblSystems are:
ID (uniqueidentifier)
GroupAllowed (varchar)
SystemName (varchar)
etc.
I've linked the Access table to the MSSQL table and like I said, I can
update and view records but not create a new one. In Access, I can
enter the data needed but the ID field (the GUID) doesn't autopopulate
and I don't see a comparable data type in Access.
Any thoughts about what I can do to make everyone happy?
Thanks!
Norman
I have inherited a home brew database that contains password and
machine information. The database is running on a MS SQL Server 2000
instance and the users have an Access front end that can be used to
view, update and enter new data. I can get this to work to veiw and
update existing data but cannot get it to generate the GUID field.
The SQL Server fields in the table tblSystems are:
ID (uniqueidentifier)
GroupAllowed (varchar)
SystemName (varchar)
etc.
I've linked the Access table to the MSSQL table and like I said, I can
update and view records but not create a new one. In Access, I can
enter the data needed but the ID field (the GUID) doesn't autopopulate
and I don't see a comparable data type in Access.
Any thoughts about what I can do to make everyone happy?
Thanks!
Norman