User Profile

Collapse

Profile Sidebar

Collapse
4vTurbo
4vTurbo
Last Activity: Dec 15 '11, 09:37 PM
Joined: Dec 15 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 4vTurbo
    started a topic First and Last Day of actual Month

    First and Last Day of actual Month

    Is there a function to get the first and the last day of the actual month?

    Regards
    4vTurbo
    See more | Go to post

  • 4vTurbo
    started a topic Fill out a field list with a for ... next loop

    Fill out a field list with a for ... next loop

    In a vb module I want to fill out the fields with a for ... next loop => see version2. But there is a problem. Can somebody knows the solution

    Regards
    Rolf


    '====== Version1 ====
    Code:
    rs.Edit
        rs![feld1] = "User1"
        rs![feld2] = "User2"
        rs![feld3] = "User3"
    rs.Update


    '==== Version2 (with for .. next) don't work...
    See more | Go to post
    Last edited by TheSmileyCoder; Dec 15 '11, 09:16 PM. Reason: Added code tags. Please do this yourself in the future.
No activity results to display
Show More
Working...