Recent content by lpopa

  1. L

    Opening the Excel file using VBA

    Here's a screenshot of all the references I have checked off. Why do you ask? What does that impact?
  2. L

    Opening the Excel file using VBA

    Using this code was giving me an error in Access 2013. But changing the below made it work perfectly. Thank you! Dim xlApp As Excel.Application Change to: Dim xlApp As Object
  3. L

    Export specific fields in form to Excel form

    Thank you so much for taking the time to look it over and reply! Sorry it wasn't clear from my wall of text: I am talking specifically about the PROJECT DETAILS form - the form that automatically opens when you load the database. I can't figure out how to query a form (only a table or query)...
  4. L

    Export specific fields in form to Excel form

    I have the form (PROJECT DETAILS) that displays a specific record's information, one record at a time. I would like to click a button to export 5 specific fields (name, phone, address) of that form ("Project Details"), based on the PK "AssignNr", and then insert those fields in an already...
  5. L

    Conditional Formatting Query Results - can't understand instructions?

    Oh my goodness, I didn't realize you replied until just now! I had given up on this, and found a workaround instead. Thank you so much for the screenshot. I will use this feature tomorrow!
  6. L

    Conditional Formatting Query Results - can't understand instructions?

    Thank you so much for replying! So are you saying that if I display a query in a form I can do conditional formatting on it? That would work for me! I just haven't been able to find instructions on how to make that happen.. Any ideas?
  7. L

    Conditional Formatting Query Results - can't understand instructions?

    Anybody know how to conditionally format query results? I have read another forum post that says that query conditional formatting is possible, but I can't figure out what they mean. Post: windowssecrets.com/forums/showthread.php/128835-conditional-formatting-in-and-access-query[/url]...
Top Bottom