Well what programming language are you using? Are you just doing this straight in something like T-SQL (SQL Server 2000)?
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
Well, Microsoft Access isn't a database ;-). It's a GUI frontend for Microsoft JET Databases ;-).
Microsoft Access allows you to make "Forms" and "Reports" - something that a strict database engine wouldn't allow. Forms are the route to your answer: they use VBA as their language. Check out help ;-)
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28