Search results

  1. N

    Allow Built-in Tools bars

    Thanks a lot. That did it. I thought it was ctrl. Ranger
  2. N

    Allow Built-in Tools bars

    Hello, I created a database, and was trying to get the welcome form, to load full screen. So I unchecked all Menu bar and Shortcut bar (allow) So I now have locked my self out. Any ideas, I once remember something like ctrl while opening the database, but that does not fix it. Thanks, Ranger
  3. N

    BeforeUpdate(Cancel As Integer) - Question

    Thanks to everyone. That did it. I now have a new problem that I created. I'll post it on the main forum. Thanks, Ranger
  4. N

    BeforeUpdate(Cancel As Integer) - Question

    Private Sub Form_BeforeUpdate(Cancel As Integer) Me!Date = Date End Sub I do not understand immediate windows, is that the field?
  5. N

    BeforeUpdate(Cancel As Integer) - Question

    I tryied it with just Date () and it removed (), as you said, but the date does not get put into the field. Is there any other thing, that I need to do, to make it work?
  6. N

    BeforeUpdate(Cancel As Integer) - Question

    Hello, I'm trying to get the BeforeUpdate(Cancel As Integer) to work for me. I have got it to work with Me.Date2 = Now() But I do not want the Date and Time, just the date. If I try Me.Date2 = Date Nothing seems to work. Any ideas, I do not know if there is another command that I can use...
Back
Top Bottom