Search results

  1. I

    Start at new record

    I did that and got a very long string as follows OpenForm(FormName,[ViewAsACForm=AcNormal],[Filtername],[wherecondition],[Datamode as AcFormOpen Data Mode=AcFormProperty Settings],[WindowMode as AcWindowMode=AcWindowNormal],[OpenArgs]) Should I input the form name and filtername? Anything else...
  2. I

    Autonumber

    It worked, thanks
  3. I

    Autonumber

    I'm autonumbering my form by going into the properties Default Value and entering the following" DLast("[ID]","ICAR_Table")+1. It works fine in my form until I start moving the input boxes into a usable form format. Doesn't make sense to me why it would work until that happens. Any ideas why it...
  4. I

    Start at new record

    Now that I've just posted I see the OpenForm and I did go to help but since I don't know VBA, I'm not sure what to do next. Should I try Acformopendatamode?
  5. I

    Start at new record

    Sorry I haven't gotten back sooner but busy weekend and just now getting on computer. I went to the Event Procedure of On Enter and then into the VBA editor. This is what I have, hopefully you can lead me into the correct direction because I don't see OpenForm. Private Sub List6_DblClick(Cancel...
  6. I

    Start at new record

    All I know is some real basic requirements of Access so I'll need a little more detail please and I don't know VBA. I'm also running Access 2003 if it makes a difference. I couldn't find the OpenForm any where. I looked in the properties box and the code box but nothing. Once I find the...
  7. I

    Start at new record

    On my startup form I've put a command button to open form. The form that I'm opening is set up to autonumber each new form. My question is how do I set it up so when the button is activated it goes to a new form with the sequential next number instead of opening to the first form?:eek:
  8. I

    Form Startup Page

    Bob I didn't use the event builder, in fact that is the first I've seen that. I don't know any Visual Basic so I'm really at a disadvantage when I'm on this forum. I did go to the event builder and it worked great. Thanks for the help. I'll have many more questions in the future as my database...
  9. I

    Form Startup Page

    I did that and got the following error message: "The expression On Open you entered as the event property setting produced the following error: You don't have a license required to use this ActiveX control" Then there was a whole list of possibilities of what could be wrong. Is there something...
  10. I

    Form Startup Page

    I'm new to Access so I'll have some really "dumb" questions for most people but what better way to learn. My first question is when I use a form as my startup page how do I make the startup form maximized when opening the database for the first time? I've tried many different things but can't...
Back
Top Bottom