I want to create a parameter in SQL that will look at my unbound form in access and pull those dates. i am stumped. Can you please help me?
Here is my SQL stored procedure below:
*****FromDate=[Forms]![dlgrptb]![BegDate]
*****ToDate=[Forms]![dlgrptb]![EndDate]
CREATE PROCEDURE...
ODBC Connection on Form Open in Access
Okay, quick question
I want my connection to refresh all links in the linked table manager when I open my form on the switchboard.
How do i write that into VBA Code?
Okay, quick question
I want my connection to refresh all links in the linked table manager when I open my form on the switchboard.
How do i write that into VBA Code?