Search results

  1. K

    How to change the orientation of a report

    Hello Folks. Does anyone know how to change the orientation of a report? I would like to have the field names on the left side from top to bottom with my summary data to the right of the field names - instead of accross the top from left to right with the data beneath. Thanks so much!
  2. K

    Adapt Excel Macro to import fixed width files to Access

    Hello folks, Can someone help me adapt this macro/module (that imports fixed width files into excel) for use in Access? I have pulled in the excel library, but do not know where to go from here. Point of interest: data is not in a .txt file and the header row starts in row 3. Thanks so much...
  3. K

    How to use TransferSpreadseet macro and choose the file name

    I would like to use a TransferSpreasheet (import) macro but I do not see a way to allow me to choose what file name to import from. Can someone give me some instruction? Thanks a million!
  4. K

    How to bring a function into a query

    I have created a function (Module)called mID, I would like to have the value returned in a query. When I use the expression builder and just choose this funciton it says I have the wrong number of arguemnts. mID is: Public Function mID() As String If Not IsNull(DLookup("Customer #"...
  5. K

    NZ with Checkboxes

    How can I use NZ with a checkbox where I am doing a query by form? I have my checkbox set to triple state, but I do not know how to have it return all values if is greyed... Is there anyway of setting this in the Nz function so that it will be true, false or could be either? I have...
  6. K

    Iif elseiif statement for a query

    How can I write an if elseif statement with the expression builder for a query?
Back
Top Bottom