bpalesch
Registered User.
- Local time
- Today, 17:50
- Joined
- Sep 13, 2002
- Messages
- 29
I have an Access question that I didn't see addressed elsewhere (or maybe I just didn't find it). I'm using MS Access 2000 to front-end a MS SQL Server database named resdev. In Access I have a tabbed form named Dashboard. On one of the tabs (tab name, Resource Data) I use a drop down list to bring up an employee's record. On the tab I also have a command button, named RSUPThisYear, which, when clicked starts opens a report named RUPByNameThisYr. The report is based on a stored procedure on the MS SQL Server named SUPByNameThisYear. The stored procedure asks for a name, which I'd like it to get from a field on the form named FullNameField, so the user doesn't have to type in the name each time.
MS SQL doesn't seem to have a way to refer to an Access field. Any suggestions as to how I might accomplish this?
Thanks in advance,
bpalesch
MS SQL doesn't seem to have a way to refer to an Access field. Any suggestions as to how I might accomplish this?
Thanks in advance,
bpalesch