Search results

  1. N

    A Problem with Parameters

    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...
  2. N

    ODBC Connections on Open

    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?
  3. N

    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?
  4. N

    prob. with dates

    :( I changed my input mask in my form to 99/99/0000;0;_, but my form dates still look like 1/1 /2005. I want the 0's to be visible. Please help.
Back
Top Bottom