Recent content by lauras

  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.
Back
Top Bottom