• WSgbanks

    WSgbanks

    @wsgbanks

    Viewing 15 replies - 91 through 105 (of 120 total)
    Author
    Replies
    • in reply to: ? (Acces 97) #612387

      Thanks Peter. That worked great!!!

    • in reply to: ? on an error (Access 97) #607038

      Thanks Hans. That was the problem..

    • in reply to: subtracting a value (Access97) #596057

      Thanks that does work on the form but how can I have it subtract 1 from the value of the underlying table? This only subtracts the value when the form is open…

    • in reply to: Tough Problem. Need expert help. (Access 97) #548192

      Your right ImportTemp is a Variant for a table named ImportTemp.

    • in reply to: added a record to a table (Access 97 SR2) #544358

      Thanks Charlotte. Good advice. I was able to get the help I needed from the AddNew examples in help. Thanks again.

    • in reply to: Code to index a table (access 97) #543495

      Sorry to be so vague Charlotte. I mean sorting a table. I’m importing a text file into a new access table and I would like to see if I can find some code to index or sort that table.

    • in reply to: SQL, Form ? (Access 97) #542854

      That does work Mark. But what if the form and the field already have a record and control souce? Basically what I’m trying to do is if the user chooses the can have the fields on form1 populate the selected fields on form 2. Does this make more sense? Thanks.

    • Charlotte can you give me an example of how I could use the Nz function in the report.. I think that would solve the problem.

    • in reply to: Runtime error 3170 Couldn’t find installable ISAM #525856

      tried that with no luck.. Thanks..

    • in reply to: Print a report every hour automatically #524664

      I’ve experimented with the windows scheduler and it does work well but my users are completely clueless.. The whine and complain if the have to do anything.. I made a batch file that the user needs to run to update the database to a new version and they compalin about that.. I mean it is tough to type r:system.bat and the run command.. Sorry just venting.. But to use Scheduler I would have to go to each users pc about 30 and set the appointments.. Unless there is another way?

    • in reply to: Print a report every hour automatically #524595

      Hey Mark.. I messed with that a little.. I had it printing every 10 minutes or so.. Would you know how to make it print at a certain time.. Like 9:30.. I got this code from another post but it keeps failing (Run time error 13 type mismatch.. I used this on the ON timer event and set the Time interval to run every mintue but it failed..
      From what I gather it should check the time see if it’s 8:00 if it is it print the report.. Don’t know why it failed though..

      If Format(Time(), “hh”) = 8 Then
      docmd.openreport “ReportName”,acNormal,””,””
      else
      exit sub

    • in reply to: Report experts help! Detail section of a report #524043

      LOL!!! Unbelieveable!!! Thanks a bunch Mark!!! I can’t believe it was that easy again.. Your awesome!!!! I can go to bed with that load off my mind.. Thanks again Mark.. Your the man!!!!

    • in reply to: Report experts help! Detail section of a report #524039

      Attached is a zipped Access 97 database I need help with.. The problem is with the detail section of the report called logsheet. If you double-click on the logsheet it will prompt you for Receipt #’s.. Enter in receipt numbers 1 through 30.. The report works well but as you can see the detail section run into the next page with out carrying over the Group header it is a part of.. Is the any way to tell the report that if the detail section goes to a new page to show the group header on page 2? Thanks for the help and if you can figure this out consider yourself a real expert..

    • in reply to: combo box drop down #524036

      thanks Mark.. works great.. what a simple solution.. never saw that feature before.. if you solve my next post then your tops in my book.. Thanks again..

    • in reply to: Problem with Num Lock #1782552

      I think I’ve had this problem when using the > or <. This will force the text field to either all upper or all lower case depending on what you use.. This is usually set in the default value of the text field on a form or in the default value of the underlying table. If this is set try removing it.. It may solve your problem..

    Viewing 15 replies - 91 through 105 (of 120 total)