Search results

  1. C

    I think a pretty easy Forms question... FindRecord

    GASMAN!!!!! You have been awesome thanks for taking the time to help me out.. I think I figured out where I was going wrong. when I hit "Clock Out" button, I was starting with a new record, so my field was null. I added a line before the findrecord [Name2] = Date &...
  2. C

    I think a pretty easy Forms question... FindRecord

    I am trying to use find record but it is not working I have tried DoCmd.FindRecord "datename", , True, , True DoCmd.FindRecord "[datename]", , True, , True DoCmd.FindRecord [datename], , True, , True DoCmd.FindRecord datename, , True, , True DoCmd.FindRecord "me.datename", , True, , True...
  3. C

    I think a pretty easy Forms question... FindRecord

    Like I said very Basic.. TableIn Sorter Name password Start Time' End Time Today Total Hours Code Master IC datename When they Clock IN - Button Code If [Combo23] = [Text10] Then 1 [Start_Time] = Format(Time, "h:mm AM/PM") 2 [Today] = Date 3 [Name2] = [Sorter_Name] 4 [Text20] = "YOU...
  4. C

    I think a pretty easy Forms question... FindRecord

    How would I write that code? ??? = (Dlookup (namedate, TableIN, ?????) Am I close :confused:
  5. C

    I think a pretty easy Forms question... FindRecord

    Hello all, and again thanks in advance.. So I have a simple time clock database that I created for a department at work. They user pulls down his name from a combo box and then enters a 4 digit password. Then he has two buttons Clock IN & Clock OUT When he/she hits the Clock IN button...
  6. C

    Hello from Las Vegas

    Hi there! My name is Chad VanSickle and I currently live in Las Vegas, NV I love playing around with Access, but I always seem to get stuck on different things. I am a Novice and learning. I know there are no such things as DUMB questions. However, if I ask one, please be patient :) Thanks...
Back
Top Bottom