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 SkipVought 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. bstacy1

    Passing a value between insert operations

    I figured it out simplified code below for anyone else that has a brain fart along these lines: Option Compare Database Dim gFaxDate As Date --------------------------------- Private Sub CalFaxDate_Exit(Cancel As Integer) gFaxDate = CalFaxDate.Value End Sub ---------------------------------...
  2. bstacy1

    Passing a value between insert operations

    This is an ActiveX calendar control on an Access Form. The Calendar control is bound to a date field in the table that the records are being inserted into. At the moment, everything works fine provided that I select the date from the control for each record. When I first enter the form, I...
  3. bstacy1

    Passing a value between insert operations

    Yes they do, but as it turns out I am not referring to a text box I am referring to a Calendar Control.
  4. bstacy1

    Passing a value between insert operations

    I do not have DefaultValue property available to me with this control.
  5. bstacy1

    Passing a value between insert operations

    Hello all, I have a relatively simple form with a few text boxes and a Calendar Control. Since users will be entering records on this form usually for the same date all at once, I would like to pass the date Calendar.Value from one record to the next without the user needing to select it each...
  6. bstacy1

    DATETIME functions

    Hello all, I hope someone can help answer this question. I have a field containing a number value for seconds. For example: Employee BreakTime ---------- ---------- JohnDoe 1800 Is there a function that can be utilized in a query that would allow me to convert the 1800...
  7. bstacy1

    DBCC Checktable

    The following was returned when I ran DBCC Checktable against a table in my database 0 rows affected on 204327 pages My question is, why is the page count so high on a table that contains 0 rows?
  8. bstacy1

    DBCC Checktable

    The following was returned when I ran DBCC Checktable against a table in my database 0 rows affected on 204327 pages My question is, why is the page count so high on a table that contains 0 rows?
  9. bstacy1

    Profiles

    Are you getting this message while the users are logged on and currently using their profiles on other machines?
  10. bstacy1

    boot up using 80 gig drive getting error and BSOD

    I received a Windows 2000 stop message after upgrading my motherboard and processor. From what I have heard Windows 2k remembers "too much" about your old system and it is common to have problems even if you move a working hard drive from one win2k machine to another. I'm sure some of...
  11. bstacy1

    Dial up connections causing loss of network connectivity

    Hello all, I have found that certain dial up and network connections, when connected, cause me to lose access to all of my network resources. This includes mapped drives, internet access, etc. Any ideas on what settings may be the problem? I know that in NT there was a "use default...

Part and Inventory Search

Back
Top