Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lakefun
  • Content: Threads
  • Order by date
  1. lakefun

    Problem with "openreport"

    I need to preview a report numerous times with each report having different data and all the print preview windows need to be open, that is until the user decides to either close or print them. And I'm having no such luck! Any ideas? Thanks so much, lakefun
  2. lakefun

    Trouble with text box on report, effecting results in subform

    I've created a report, listing lawsuit names, dates and other information. And I've included a subform that lists the judges that ruled and how they ruled. The report and the subreport are linked by several fields and everything is working just great, EXCEPT when the name of the lawsuit is...
  3. lakefun

    Need help with text box field containing numbers

    I'm in the process of designing a report and I need a text box that will concatenate a number field from my source table with text (ex. "Over 14,456 people dined at Chili's last week"). The problem is that I need the number to print with the comma and all I can get is 14456. Any...
  4. lakefun

    Needing to change the chart heading

    One of my reports contains a chart. And based on the data from the source query, the chart heading will need to change each and every time it runs. Can I modify this field with my VB code? Any help/ideas would be appreciated!
  5. lakefun

    SQL statement where the table field names come from a form

    I'm trying to run a sql statement where the field names of the table are supplied by the user in a form. When I run the statement below, I get the value of [forms]![form1]![q1] in q1 and what I want are the values of the field that is named in [forms]![form1]![q1]. INSERT INTO t ( q1 )...
  6. lakefun

    Anyone use Office 2000 Developer for Access application?

    I'm needing to make my Access database into an executable application for a client. They produce a lot of charts (through "Reports") and I was wondering if the charts would still be available from the executable application. ANY ideas or suggestions would be appreciated greatly...

Part and Inventory Search

Back
Top