Search results

  1. D

    Solved Form jumping around in records when i field is typed

    I do not have an on change.
  2. D

    Solved Form jumping around in records when i field is typed

    How would i do that? As an attachment?
  3. D

    Solved Form jumping around in records when i field is typed

    Yes, the subform is linked through Master Child by Check #
  4. D

    Solved Form jumping around in records when i field is typed

    It is not bound to anything. I think it jumps around because i am typing in an existing check # and it's bringing up that record.
  5. D

    Solved Form jumping around in records when i field is typed

    I have a form that contains a subform. They are linked by the Check #, so that the check number updates or creates the records in the subform. As i type in a new check number, the subform records jump around to the old check number as I type. How can stop this if it is a new record/check?
  6. D

    Solved Sum If

    That was it. Thank you. I have it working. I thought I tried that but must not have.
  7. D

    Solved Sum If

    I'm trying to do a sum if. If Client Title is "Chairman", sum the $Medicare. I have it as =Sum(IIf([Client Title],"Chairman",[$Medicare])) and I'm getting, This expression is typed incorrectly or it is too complex to be evaluated.
  8. D

    Solved Dmax not working

    what does that mean. I could not find my other post.
  9. D

    Solved Dmax not working

    Currently I am getting an error with this code =DMax("tblDemoTrans","RecordNum")+1
  10. D

    Solved Dmax not working

    =DMax("tblDemoTrans","RecordNum")+1 . It is a number field.
  11. D

    Solved Dmax not working

    I am trying to create a Dmax in a subform to increase my "RecordNum" field. It either doesn't work or it produces the same number all the time.
  12. D

    Hi, Introducing myself

    Hi, I'm from Wisconsin in the US. I'm retired and like to garden and crafty stuff. I used to work in Access for 20 years but since retiring 1.5 years ago, I've gotten rusty. I have recently been asked to update an Access database and probably take updating over.
Back
Top Bottom