Recent content by orchbelt00

  1. O

    Crosstab query with two column headers

    Is there any way to accomplish this (see attached png file)? Yes, it would be easier to switch the row and column headers, but that particular view won't accomplish my end users request. Thanks!
  2. O

    Filtering split form records from combo box

    This code is perfect. How would you ammend the text style so that I can use "contains" or "is like" instead of "equals"? Thanks
  3. O

    Macro to create network path folder

    I'm trying to create a network structure where a series of daily exports are put into subfolders where the date is the subfolder name. I've got this running overnight by naming the Macro "AutoExec", but the folder naming isn't working. I'm using Action "OutputTo" Object Type: Table Object...
  4. O

    can a query result in Form or Macro?

    Thanks for the info. Let me provide some additional information, hoping another response might clear up my confusion...sorry! I am trying to simulate a log on screen. I have an "ID" field and a "Password" field on the mainscreen. These two fields are linked to an update only (no add or...
  5. O

    Descending Count for Each Record in Query

    This site will give you a couple variations... http://databases.aspfaq.com/database/how-do-i-return-row-numbers-with-my-query.html
  6. O

    can a query result in Form or Macro?

    Can you please provide me with the code needed to accomplish the task? Thanks
  7. O

    can a query result in Form or Macro?

    is it possible to write a select query in MS Access which reads =iif([optionA]=[optionB],[open FormAlpha],[run MacroBeta]) :confused:
Back
Top Bottom