Search results

  1. A

    ODBC linked-table limits

    Hey Gang, No one in my office can help me. I'm working to connect to tables in an IBM AS/400 environment. Every time I go to link to a table, it does not show all the table in the AS/400. I know they exist and I can access them in AS/400 interface, but not through MS Access. Anyone know...
  2. A

    ODBC limits

    Hey Gang, No one in my office can help me. I'm working to connect to tables in an IBM AS/400 environment. Every time I go to link to a table, it does not show all the table in the AS/400. I know they exist and I can access them in AS/400 interface, but not through MS Access. Anyone know...
  3. A

    Require fields and msgbox

    Please help, I'm a newbie...I don't know VBA all that well (I know those newbie can be a pain...) I'm trying run a code that require one of two check box fields to be checked. If both are checked or if neither are checked, a msgbox appears and the user cannot save the record until only one is...
  4. A

    Loop and End of record

    Please help, I'm new to VBA and I can't seem to figure this out... I'm trying to run a looper to speed up my query...basically...I have a form that is connected to a table with a one field called "week." So far it runs fine unitl I get to the end of the table and I get an error msg stating...
  5. A

    Appy a Filter when opening a table from a Form

    I'm new to VBA...here's what I'm trying to do. I have a main form which is the user interface and would like to create a button that will open a table and apply a filter to that table. Here's what I got... Private Sub OpenPFTable_Click() On Error GoTo Err_OpenPFTable_Click Dim stDocName...
  6. A

    DLookUp

    In writing a formula in my query...and I keep getting an error... Projected: IIf(Weekday(Now())-1=0,0,[SALES_PIECES_WTD]/DLookUp("[day_cum_perc]","tbl Day Percent","[Week]=[Week_Number] and Weekday(Now())-1")) The error I keep getting is with the DLookUp part. I have the Week_Number declared...
  7. A

    Clocking a query

    Hey Gang, Is there a way to clock how long a query runs? I have to decide which of the two queries I have built would run faster. And I think by seeing how fast a it takes can help decide which would be the most effecient. Thanks, Jan
Back
Top Bottom