Search results

  1. A

    validation rule and easy dates

    Hello again. Just trying to clean some things up in my forms to make them easier to use. One thing I need is a validation rule on my form such that it accepts no more than 10 characters, but fewer is OK. In the help files and on a website I found examples for Like "??????????" but that...
  2. A

    Incrementing a date

    Hi everyone, hopefully this one is easy for you all. so if I have the follow code that works great... Dim strDate as String strDate = Date and I want tomorrow's date saved to a variable as a string, how do I do that? Dim strDate as String Dim strTomorrow as String strDate = Date...
  3. A

    simple coding question

    Hi everyone, still a newbie coder, but I was wondering if you could look at this and tell me why it returns an error: Dim ctl As Control Dim bolComplete As Boolean bolComplete = True For Each ctl In Controls If TypeOf ctl Is TextBox Or TypeOf ctl Is ComboBox Then...
  4. A

    how do you undo lost shortcut menus?

    Hi everyone! Well, I goofed... I was trying to figure out how cause access to launch a switchboard I made and NOT launch the regular shortcut bars or database window. Well, fortunately the help file told me I could change that in tools...startup options... I found it, and it worked great...
  5. A

    border settings and an action button issue

    Hi everyone, I've only just started learning Access and am in the process of making my very first database. I have a couple questions that I couldn't find in the forums, probably because they are pretty easy. 1) I have a form comprised of four subforms of subforms. In order to make the form...
Back
Top Bottom