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 IamaSherpa 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: *

  1. cretanion

    Date - (Month (CurrentDate)-1)

    DateSerial was the magic bullet, Thanks.
  2. cretanion

    Date - (Month (CurrentDate)-1)

    Running this for January 2008. Date ((Year (CurrentDate)),(Month (CurrentDate)-1) ,Day (Maximum (LastFullMonth))) Why am I getting, "a month number must be between 1 and 12?" I think I know the answer, 1-1=0, but why? How do I get around this? I am trying to get the lastfullmonth data, which...
  3. cretanion

    Listbox Scrolling

    I got the error handling problem sovled Thanks again.
  4. cretanion

    Listbox Scrolling

    Thanks!!! Is there any reason you need to start at that element and loop through?: When the reports run they are inserted into an email. Before the reports are sent, the report are previewed in order to verify what is being sent is correct. It is just a check. Cannot get around this. Why...
  5. cretanion

    Listbox Scrolling

    I have this code to scroll through a listbox using a command button on a FORM: On Error GoTo Error_Handler ' ListBox must have the Focus Me.LstITM.SetFocus ' Force ListBox to start from the top ( I am having a problem here, because it is not starting at the top, running the report...
  6. cretanion

    Run a query on another Db

    Is it possible to put in a Form, some sort of link or code to run a query in another database. The query in the other database is a make-table query. docmd.OpenQuery ???
  7. cretanion

    Open Report Print, Open Next Print

    Great response, I had to adjust to my report and it work great what you suggested. Thank you!!
  8. cretanion

    Open Report Print, Open Next Print

    I am using the "Build Report Criteria via a Form w/list box, text box, date range faq181-5497" and I have the Listbox with "Month" and another Listbox with "Choose a name". The Listbox choices "Choose a name" can be Multi Select. How do I get the Commmand Button to run a report Using the...
  9. cretanion

    Syntax error (missing operator)in query expression.

    I followed the directions in the FAQ181-5497 Simply add to the Tag Property Where=tblEmp.lngDeptID,Number;. That's all there is to it. But you say to put in - where [Value that you didn't specify] = [Invoice Data Entry].Month If I am using a Listbox isn't this the [Value that you didn't...
  10. cretanion

    Syntax error (missing operator)in query expression.

    Does this faq181-5497 work in Office 2003. The Tag Where=Invoice Data Entry.Month is not working in my Listbox. I keep getting Syntax error (missing operator)in query expression.
  11. cretanion

    Form turns to a White Screen

    With all the responses I have started to read up on Threading. Thanks you for your comments.
  12. cretanion

    Form turns to a White Screen

    The application is working at the time of the white screen. Your comments, "Off loading any processes from the primary thread to a worker thread will help keep the screen refreshing correctly" is something I am not familiar with. I have 1 Drop down box, 2 text boxes and a progressbar running at...
  13. cretanion

    Form turns to a White Screen

    Same white screen comes up.
  14. cretanion

    Form turns to a White Screen

    I have 1 GB of memory. Is there some code I need to write if I return to the program.? I am not aware of where this goes or am familiar with what code to write. Thanks...
  15. cretanion

    Form turns to a White Screen

    When I startup my application written in VB 2005, I get it running, click on another application like MS Excel, go back to my VB application to check it and the Form is all White and in the Title Bar it is not responding. Actually it is still working. How do I go from another application back to...
  16. cretanion

    Application gets a White Screen

    Thanks will do. Did not see that fourum.
  17. cretanion

    Application gets a White Screen

    When I startup my application written in VB 2005, I get it running, click on another application, go back to my VB application and the Form is all White and in the Title Bar it is not responding. Actually it is still working. How do I go from another application back to mine without getting the...
  18. cretanion

    Robocopy 1.96 script

    Fixed the script, but it still does not run. I will check the permissions, thanks.
  19. cretanion

    Robocopy 1.96 script

    Should this script work in a web page? When I look at the log file the date is still an old one and nothing is being copied over. <% 'Setup source and destination locations strLocation = "\it\call" strSource = "\\server02\d$\inetpub\websterstaging\" strDestination =...
  20. cretanion

    Removed User from domain

    We had a Username, from Domain A, that we are running robocopy script on a web page. The Web Server is on the B Domain. The A Domain was terminated, without the knowledge that this User was needed to access this web page and run robocopy. When we go to the page it comes up with "Server...

Part and Inventory Search

Back
Top