• WSaccdb

    WSaccdb

    @wsaccdb

    Viewing 15 replies - 1 through 15 (of 126 total)
    Author
    Replies
    • in reply to: Adding integers (2000) #884558

      Try:

      Dim X As Integer

      X = CInt(Me![TextBoxName]) + CInt(Me![TextBoxOtherName])

      Msgbox X

    • in reply to: Adding integers (2000) #884559

      Try:

      Dim X As Integer

      X = CInt(Me![TextBoxName]) + CInt(Me![TextBoxOtherName])

      Msgbox X

    • in reply to: Sunday Dates (Access 97) #841103

      Hans, thanks again, and again, and again.

      Adding the “Loop Until InputDate >= EndDate” and your function did the trick. I’m still confused as to why the function without >= didn?t start with the beginning date and run past the ending date instead of returning results all over the place? I might have had a clue if it had.

    • in reply to: Sunday Dates (Access 97) #841104

      Hans, thanks again, and again, and again.

      Adding the “Loop Until InputDate >= EndDate” and your function did the trick. I’m still confused as to why the function without >= didn?t start with the beginning date and run past the ending date instead of returning results all over the place? I might have had a clue if it had.

    • in reply to: Distributable Executable (VB.NET) #823288

      Hi Mark,

      I have been to MS site and could not find if VB.NET comes in an upgrade for VB6. Do you know if it does?

      Also where might be the most economical way to purchase VB.NET?

      Thanks

    • in reply to: Distributable Executable (VB.NET) #823289

      Hi Mark,

      I have been to MS site and could not find if VB.NET comes in an upgrade for VB6. Do you know if it does?

      Also where might be the most economical way to purchase VB.NET?

      Thanks

    • in reply to: Distributable Executable (VB.NET) #823276

      Excellent Mark!! Just what I needed to know!! Thanks

    • in reply to: Distributable Executable (VB.NET) #823275

      Excellent Mark!! Just what I needed to know!! Thanks

    • in reply to: Detect Browser (Access 97) #821874

      Thanks Mark. I’ll this a try.

    • in reply to: Detect Browser (Access 97) #821875

      Thanks Mark. I’ll this a try.

    • in reply to: Populating Tabs (VB6) #808192

      Not sure if this will help but…

      I think you can find a way to dynamically add tabs to a tab control in the Access 97 Developer’s Handbook, by Litwin, Getz, and Gilbert (Sybex) Copyright 1997. Their code may give you a start.

    • in reply to: Populating Tabs (VB6) #808193

      Not sure if this will help but…

      I think you can find a way to dynamically add tabs to a tab control in the Access 97 Developer’s Handbook, by Litwin, Getz, and Gilbert (Sybex) Copyright 1997. Their code may give you a start.

    • in reply to: Access 97 Locks Intermittently on XP Pro (Access 97) #808174

      Thanks for the info. The service pack for Office is SR-2, and the WinXP is SP 1a. I visited MS site and the next service pack for WinXP is 2 but there was mention that it is a bata version. Am I missing some ducks?

      When you mentioned the LAN card it remined me that on a boot of the system some how the LAN card was disabled. There have also been issues with logging in to Novell.

      Thanks again.

    • in reply to: Access 97 Locks Intermittently on XP Pro (Access 97) #808175

      Thanks for the info. The service pack for Office is SR-2, and the WinXP is SP 1a. I visited MS site and the next service pack for WinXP is 2 but there was mention that it is a bata version. Am I missing some ducks?

      When you mentioned the LAN card it remined me that on a boot of the system some how the LAN card was disabled. There have also been issues with logging in to Novell.

      Thanks again.

    • I tryed: Me.strYearFrom = Format(DateSerial(2004 – 1, 3 – 1, 1 – 1), “yy”)

      It returned 03, but I’m not sure of the gotchas with this. Those more in the know will have to comment.

      You could also try: Me.strYearFrom = Right(DatePart(“yyyy”, Now()) – 1, 2)

      Anyone?

    Viewing 15 replies - 1 through 15 (of 126 total)