Skip to main content

I would like to return a user id and display it into a form from a database.

I only see one example and its complicated. Do I need to create stored procedure first for this to happen?

If you're using the SQL Control in a Form then no you don't need to use a stored procedure that has been created on the SQL Server. You can just type in a query outright and it should work (test it!).






Reply