B
Bald0z
I am working on Access 2003 with ADP and SQL Server.
I would like to programmatically modify some Access-defined properties
of a table, like DecimalPlaces or InputMask of a field.
I found some examples on the net, though:
- I can't use DAO as I'm working with ADP.
- The ADO way I found is read-only.
- The ADOX way I found doesn't seem to find the properties I need.
This is what I found related on MSDN:
http://msdn.microsoft.com/library/d.../achowSettingPropertiesOfActiveXObjectsVB.asp
I tried to do what it's explained in the MSDN article but I had no
luck. Could anyone try to give me a code snippet to work it on? I lost
almost 4 hours on this "stupid" thing yesterday.
Of course, I can't use any SQL or server-related command because those
are properties saved into the .ADP file by Access.
Thank you for your time,
Marco
I would like to programmatically modify some Access-defined properties
of a table, like DecimalPlaces or InputMask of a field.
I found some examples on the net, though:
- I can't use DAO as I'm working with ADP.
- The ADO way I found is read-only.
- The ADOX way I found doesn't seem to find the properties I need.
This is what I found related on MSDN:
http://msdn.microsoft.com/library/d.../achowSettingPropertiesOfActiveXObjectsVB.asp
I tried to do what it's explained in the MSDN article but I had no
luck. Could anyone try to give me a code snippet to work it on? I lost
almost 4 hours on this "stupid" thing yesterday.
Of course, I can't use any SQL or server-related command because those
are properties saved into the .ADP file by Access.
Thank you for your time,
Marco