Search results

  1. L

    create a queuing database?

    I currently do not track users logged in to database since I have 4 people that are inputting all information. My goal is to have 1st level reviewers add the accounts and then they would be an automatic feed for the 2nd level reviewers. I have minimal knowledge about access and have taught...
  2. L

    create a queuing database?

    currently we have the 1st level reviewers emailing all of the accounts ready for 2nd level review. What I'm wanting to do is eliminate the emails of accounts ready to refer and have them populate for the 2nd level reviewers by a priority that I can set.
  3. L

    create a queuing database?

    I have a database that we use to track accounts referred to FC versus denied. Is there a way I can have our 1st level reviewers input necessary information and then those forms created for today would queue to the 2nd level reviewers that actually either refer or deny the accounts? I am...
  4. L

    too many fields defined

    i am able to run the query fine from design view - 6 from 1 table
  5. L

    too many fields defined

    I made no changes to the macro at all. Just to the query - and all I did to the query was change the information I want pulled.
  6. L

    too many fields defined

    I made some changes to my query and I'm now receiveing the error above. Action Failed: Macro name: mcrExportDailyReview Condtion: True Action Name Transfer Spreadsheet What did I change that caused the problem?
  7. L

    Security Warning: Unsafe expressions are not blocked

    What is this error that we are all of a sudden receiving when trying to get into the database?
  8. L

    new form cursor start

    Access 2003 is what we use. Will you send that back so I can try it again? will the >* button (not on navigation) get you to the account # field?
  9. L

    new form cursor start

    2nd reviews form
  10. L

    new form cursor start

    hope this works
  11. L

    new form cursor start

    how do I do that?
  12. L

    new form cursor start

    no, I do not have anything in GOT FOCUS event
  13. L

    new form cursor start

    Private Sub Form_Current() If Me.NewRecord = True Then Me.Account_Number.SetFocus End If End Sub still going to field BELOW Account_Number
  14. L

    new form cursor start

    Private Sub Form_Current() Me.Account_Number.SetFocus End Sub still not sending cursor to that field.
  15. L

    new form cursor start

    did that, thanks for specifying.....now the cursor goes to the field below code states to go to. :mad:
  16. L

    new form cursor start

    Private Sub save___go_to_new_record_Enter() If Me.NewRecord Then Me.Account Number.SetFocus End If End Sub Still doesn't bring the cursor to that field
  17. L

    new form cursor start

    When a new record is opened, I want the cursor to be at a certain field. I've tried giving the field tab the property of 0. I do not understand any languages used within access. Any help is appreciated!!
  18. L

    Do not have exclusive access to the database at this time. If you proceed to make c

    i do not have it split, not sure how I would do that either. I have VERY basic knowledge on this. Is there a way to have the macro save record instead of save changes to form?
  19. L

    Do not have exclusive access to the database at this time. If you proceed to make c

    In the database form, I created a button that is connected to a macro that "saves" current form and brings to new form but users are receiving the error above. How can I make it not give that error? What needs to be added to macro/command button?
Back
Top Bottom