Actually am new to VBA. I know nothing about VBA. In my project all the applications(.a dp) are using Access 2007 as front end and SQL server 2008 as back end.In one of the applications it seems stored procedure directly fetched the input from a text box.The code is
Code:
strRowSource = "EXEC dbo.spr_Find_Project_by_Number '" & Me.tboProjectNo & "'" Me.lboOutputDatabaseProjects.RowSource = strRowSource
Leave a comment: