|
chiragkhabaria
Flowing Fount of Yak Knowledge
India
1907 Posts |
Posted - 07/19/2006 : 06:40:07
|
quote:
In my Access app I have a function that allows users to paste a comment from one form into a field on another. Will I be able to achieve this using either windows forms or ASP.NET VB?
Yes, for the windows form you need to write a small code for it, but in the webpages this is the defualt option enabled by the web browsers.
quote:
What is the SQL version of autonumber so that new records automatically have an ID that is unique in the same way that Access generates numbers?
There is a idenitity property, which will allow you to do same in SQL Server
Chirag |
 |
|