Search:

Type: Posts; User: spqapat; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Variable populates in Access 2003, not in 2007

    I have a list box on a form that filters records in the form successfully in Access 2003 and 2007. The afterupdate event reads:

    Me.RecordSource = "Select * from [tbl_Instructions] WHERE...
  2. Select Data in Excel 2007 will not update graph

    I use code in Access to copy query data to an Excel spreadsheet, then update graphs by Select Data, etc. to select all cells including the new data. This worked flawlessly in Excel 2003 but does not...
  3. Parameters on report for Now()

    Thanks, that worked. One more report issue: My data source for report is "SELECT * FROM [tbl_events] WHERE [xdate] between [From] and [To]. The report has a text box where Control Source =...
  4. Parsing date and time from one field without seconds (Access 2007)

    I have one date field that is set to Now() in order to populate automatically when the user enters a record. The report should display both a short date with yyyy, e.g., "6/20/2012" and a time...
  5. Works like a charm. Thanks!

    Works like a charm. Thanks!
  6. How to format one cell(s) based on contents of another (Excel 2007)

    I would like to format cells in columns A, B and C if the value of cell D is "x" -- I have been unable to find a solution using conditional formatting. Is conditional formatting capable of such...
  7. References seem OK

    I checked References, did not see anything MISSING. Could my workstation copy of Access be corrupt? Any other ideas I could pursue?
  8. Access doesn't recognize "Date" or "Right" (Access 2007, Windows XP OS)

    Reports and subreports that have worked well for years recently began asking for parameters when encountering text boxes that involve either Date() or Right. E.g.,
    =IIf([stepdue]<Date() And...
  9. Replies
    1
    Views
    1,060

    Missing tabs in Excel 2007

    I have an Excel file in which tabs for worksheets disappear when one large worksheet is selected. This problem does not occur if other sheets are selected (using the worksheet listing), and I have...
  10. Replies
    10
    Views
    13,110

    This discussion is cause for optimism as I am...

    This discussion is cause for optimism as I am pondering moving from Windows XP > 7 and from Office 2002 > 2010. I assume from comments that it is reasonable to move forward.
  11. Report toolbar or shortcut menu in Access 2007

    I am using Access 2007 to open a 2002 database. My report has a toolbar created from a macro in order to print or email the report. Converting macros to toolbars does not appear possible in Access...
  12. Replies
    2
    Views
    2,283

    That worked! thanks.

    That worked! thanks.
  13. Replies
    2
    Views
    2,283

    How do I move a single field in an Access 2007...

    How do I move a single field in an Access 2007 report? When I drag one down or over all fields move.
  14. Replies
    3
    Views
    361

    Instead of surrounding the entire string in...

    Instead of surrounding the entire string in quotes, you must place quotes around each value.


    Private Sub cmdListBox_Click()
    'Dim strSQL As String (this variable is established in a standard...
  15. Replies
    3
    Views
    361

    I am using a multi-select list box and the code...

    I am using a multi-select list box and the code below to generate a report with records meeting the selected criteria, i.e., the selections made in the list box. The report opens but includes all...
  16. Replies
    2
    Views
    335

    I used to be able to add pictures to reports in...

    I used to be able to add pictures to reports in Access 97 or 2000 by:

    add field (OLE object type) to table,
    insert picture into field using Datasheet view:
    Insert Object, Create from file,...
  17. Replies
    4
    Views
    478

    Re: IIf statements in query (XP)

    That's the answer. Thanks.
  18. Replies
    4
    Views
    478

    Re: IIf statements in query (XP)

    I'm not familiar with variation in quotation marks. How does one find/create either?
  19. Replies
    4
    Views
    478

    IIf statements in query (XP)

    1. What is the limit to the number of nested IIf statements in a calculated query? Is there a limit to the number of conditions within an IIf statement?

    2. I am getting the following error...
  20. Replies
    9
    Views
    752

    Re: Save as MDE in Access 2003 (2003)

    MS site says Access 2007 is a prerequisite. Will this actually work with Access 2003?
  21. Replies
    9
    Views
    752

    Re: Save as MDE in Access 2003 (2003)

    I have Access 2003, not the developer edition. Do I have to buy Visual Studio in order to create a database that can be run without MS Access? If so, can you be specific re edition, etc. of Visual...
  22. Re: Limiting report contents based on subreport (XP)

    File attached
  23. Re: Limiting report contents based on subreport (XP)

    I had not. However, I have now shrunk everything in sight in report and subreports. I also changed Group property for Keep Together to With First Detail (had been Whole Group on subreports). ...
  24. Re: Limiting report contents based on subreport (XP)

    I had not changed CanShrink properties, but after doing so for GroupHeader0 and Detail, there is no change--still a lot of white space. One other unexpected result--Goal-related fields and label...
  25. Re: Limiting report contents based on subreport (XP)

    That worked, thanks. Now I want to eliminate as much white space as possible in the Detail (Objectives) and GroupHeader0 (Goals) sections. I tried the following code without success.

    Private Sub...
Results 1 to 25 of 26
Page 1 of 2 1 2