Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mjquixote

    How to create SQL Server-like Procedures in MS Access?

    Thanks. That's exactly what I was looking for. (I actually already started looking in using modules.) The only problem is I can't find much in the way of help or tutorials.
  2. mjquixote

    How to create SQL Server-like Procedures in MS Access?

    Is it possible to create queries like SQL Stored procedures in MS Access? For example, can you write conditional statements and declare local variables? CREATE PROCEDURE procname ( @username varchar(50), @password varchar(50) ) DECLARE @IsEnabled bit IF NOT EXISTS (SELECT * FROM...

Part and Inventory Search

Back
Top