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: gimmyd
  • Content: Threads
  • Order by date
  1. gimmyd

    Report Message Box Repeats From Header

    I have three subreport.HasData checks going on in the OnFormat event of the Report Header. They display fine but when I go to print they want display again. Have tried checking FormatCount but it remains at 1 even after it seemingly revisits header before printing. I have set my own variable to...
  2. gimmyd

    Subform Search by Date Range and Return Main Form

    I have a one-to-many relationship between Customers (Primary Key=ContractID) and Projects. The relationship is displayed in a tabbed page Form/subform setup. I use a separate unbound search form to filter the qryCustomers querydef for the main form. However, on the subform I have...
  3. gimmyd

    Between Dates When Left Blank

    I am using an unbound form with various unbound text boxes as the source for a query's criteria. One of the optional unbound text boxes is a beginning date and an ending date for one field on the query. I am using the Between [beginning date] And [ending date] format as criteria for this...
  4. gimmyd

    Flash swf file won't play in browser preview

    I create the flash animation in Flash MX 2004 and it tests fine. I import to web page in Dreamweaver MX 2004 and play it from properties in design view and it plays fine. Then I preview in IExplorer and I get a white square and the page gets to "opening one item" and hangs on hour...
  5. gimmyd

    Flash swf file won't play in browser preview

    I create the flash animation in Flash MX 2004 and it tests fine. I import to web page in Dreamweaver MX 2004 and play it from properties in design view and it plays fine. Then I preview in IExplorer and I get a white square and the page gets to "opening one item" and hangs on hour...
  6. gimmyd

    Scheduler Using Radio Buttons

    I want to set up a scheduler that uses radio buttons that would pick 1st, 2nd, 3rd or 4th Mon., Tue., Wed., etc of more than one month. For example, I want to have a report produced for the 1st Mon in Jan., Apr., Jul., & Oct. or the 3rd Wed. in Jan. & Jul. In particular I'm unsure of how to...
  7. gimmyd

    Select multiple list box items from the text box entries

    I am using Access 97. I have a multiselect list box that I would like to search using a text box to facilitate selecting items before applying filter. I've tried using snippets of code in these posts to no avail. Any help would be much appreciated.
  8. gimmyd

    Synchronized Linked Forms

    My Customer form opens the Experiment form with a button and they are linked by the CustomerID field present in both. I've written the following code in a form called Experiment's OnCurrent event to keep it synchronized with the Customer form while the customer Form is being incremented from...
  9. gimmyd

    Greyed out menu item & non-functioning wizards

    I use both Access 97 & 2000. In Access 97 the create new form and report wizards work fine. In 2000 they do not. I also notice that my Tools/Add-ins menu item is greyed out. These seem to be the only things that are not functioning properly. I am using Windows XP on a Sony Vaio Laptop. I...
  10. gimmyd

    Report & Form Wizards Don't Function

    I use both Access 97 & 2000. In Access 97 the create new form and report wizards work fine. In 2000 they do not. I also notice that my Tools/Add-ins menu item is greyed out. These seem to be the only things that are not functioning properly. I am using Windows XP on a Sony Vaio Laptop. I...
  11. gimmyd

    Clean Install Win 98 Problem

    Withe C drive FDISKed and Formatted and with system files transferred, I have rebooted using boot disk (with CD-Rom support). However, at the A:\ prompt when I type "setup" and [enter] I get the message that DOS does not recognize this type program. What have I done wrong. Jim
  12. gimmyd

    Validate > Previous Value in Field?

    Can someone tell me how to set the validation property for a field that insures the new value is greater than the last entry in the same field?
  13. gimmyd

    Stll Have One-To-Many Query Problem

    The following works but only returns to me the DateReading field part of the record. SELECT tblCustomers.CustAcctNum, tblReadings.AccountNum, Max(tblReadings.DateReading) AS MaxOfDateReading FROM tblCustomers LEFT JOIN tblReadings ON tblCustomers.CustAcctNum = tblReadings.AccountNum GROUP BY...
  14. gimmyd

    Joined tables(one-to-many) query problem

    I have a table with Customer information keyed by CustAcctNum field.The Many table has account activity associated to CustAcctNum. I want to query just the latest by date(Max)from the many table and retrieve all fields for billing purposes and I want the customer information associated with...
  15. gimmyd

    Mail Merge Into Word 2000 Form Field?

    Is it possible to mail merg from Access into the Form Fields in Word 2000 and how?
  16. gimmyd

    A Completely Linked Copy of a Workbook

    I'm wondering if there is an easy way to save a duplicate workbook so that all the information is automatically linked to the original so updating to the original will automatically take place in the copy.
  17. gimmyd

    How to generate an Automatic number in a Form?

    How would I go about generating and displaying an automatic and distinct work order number each time a form is opened and before the information is saved to a table? Regards, JD
  18. gimmyd

    PhotoDraw Error Message on Startup

    When I try to open Photo Draw (Office 2000)I get the following message: The instruction at "0x77fcb007" referenced memory at "0x6d695340". The memory could not be "written". Click on OK to terminate the program. Click on CANCEL to debug the program. Any...
  19. gimmyd

    Query Multiple Fields with One Entry Using Like

    I am using a dialog box that takes one address entry and searches three fields for matching records. I want to be able to let the user enter only part of a street name and/or number and get back records that he could manually look at for the correct record. For Example, to find 67 DANIELS RD...

Part and Inventory Search

Back
Top