• WSHankDaley

    WSHankDaley

    @wshankdaley

    Viewing 15 replies - 1 through 15 (of 17 total)
    Author
    Replies
    • A little bit of knowledge is a dangerous thing.

      Oops.

      Thanks both.

    • in reply to: Reset AllowByPassKey property back to True (A2K/A2K2) #626644

      right, this is not a secured database.

      i am assuming this was his shortcut method of security; I am searching for the transparent command button that will reenable the bypass key.

      no, there is no phone; unless anyone knows Paul Doheny. they were going to move him to a cubicle from an office; he called in with family problems; needed a week; called in after a week and needed rwo more weeks; and they never saw him again. They think he did not want to move into the cubicle.

      thanks all for the ideas.

    • in reply to: A2K to A2K2: ODBC call failed (A2K2) #626539

      Query is timing out.

      Change this?

    • in reply to: Horiz lines on a Report (AC2K) #624142

      On your tools toolbar there is abutton for drawing lines, just like on the draw toolbar in Word.

      Click on.

      Place cursor, drag out length of line in report design view.

    • in reply to: Age in Year and Month (A2K) #623839

      ditto.

    • in reply to: Age in Year and Month (A2K) #623838

      Thanks a ton for the 411. Still not good with calling functions; somehow I manage to not get it; but this should help me cut my teeth. thnxagin

    • in reply to: Age in Year and Month (A2K) #623837

      Thanks for the great instruct. Now getting to know my date Serial function. thnxagin

    • in reply to: Custom formatted date in ctab query (A2K) #620262

      Thanks Mark

      I understand the SQL; thanks for the detail.

      I cheated, in the QBE multiplied year by 100 and added month added as row value in ctab so there is something in the query I do not want,
      plus used column headings.

      The SQL is what you posted.

      Thanks a million.

    • in reply to: Transferring Excel Report to Access (Access 97) #565648

      IN queries you need to look at the View/Totals option

      In Reports you need to look at the sorting and grouping options as well as section headers.

      Also, in reports, look into the iif function in conjunction with sum i.e., sum(iif([fieldname])=criteria,1,0))

      HTH.

    • in reply to: ComboBoxes on Form to filter a Report (Access 97) #565643

      Set source of combobox to

      [query]![queryname]![fieldname]

      Search MSKB for filter by form

    • in reply to: Mail Merge – Changing Access Data Source #565621

      In the Mail Merge dialog box the 2nd option, Get Data drop down list, select Open Data Source (Not Create Data Source) and pick data2002.

    • in reply to: TRYING TO IMPORT INTO SPSS PROGRAM (Access 2000) #564872

      Jennfier,

      If you are using v. 10 of SPSS ODBC (Open Data Source), you must establish a login/password for each data file. This “feature/bug” is documeted on spss.com Answer Net. Login/password has to be established for each Access file.

      The XL to get to SPSS option will also work though you will want to use an XL format prior to 97/2000 or wk1 or dbf.

      If this a task that is to be repeated and you cannot figure out the ODBC login paswword feature, you can create macro to export Access data to comma delimited file and use SPSS Data List syntax command to bring in data and assign variable names and SPSS data formats. This option gets around numerous conversion isssues and can be automated with some advanced techniques (i.e., shell command to execute SPSS and SPSS production facility).

      HTH

    • in reply to: Report in Access (Access 2000) #564532

      OK, base report on table or a query.

      In details section of report just place controls all on same level.

      event date1 date2

      This will display all info in table.

      Key is placing controls in report at same horizontal level.

    • in reply to: Report in Access (Access 2000) #564515

      Post your criteria. It should be like:

      Between #1/1/02# and #1/31/02#

    • in reply to: Report in Access (Access 2000) #564514

      Store all dates in the one column. There is no reason for a third February date column if I understand you correctly and that is what you are doing.

    Viewing 15 replies - 1 through 15 (of 17 total)