dullster's latest activity

  • D
    dullster replied to the thread Solved DMax.
    It enters it on the form, but doesn't save it to the table. If i enter another record, it uses the same number and when i check the...
  • D
    dullster replied to the thread Solved DMax.
    That returned the number I need. I put it in control source and it doesn't work. Where do i put it?
  • D
    dullster replied to the thread Solved DMax.
    Thank you. I put it in the Control Source. =Max([ReceiptNr])+1 this gets me a 1. If i try DMax, it changes it back to Max.
  • D
    dullster replied to the thread Solved DMax.
    Yes =[Me]![ReceiptNr].[Value]=DMax("ReceiptNr","tblDemoTrans")+1 I get Expected: line number or label or statement or end of...
  • D
    dullster replied to the thread Solved DMax.
    I tried DMax("ReceiptNr","tblDemoTrans") + 1 and =[Me]![ReceiptNr].[Value]=DMax("ReceiptNr","tblDemoTrans")+1 and...
  • D
    dullster posted the thread Solved DMax in Forms.
    I have a form with Vendors that enters information to the tblDemoTrans and a subform that the Receipt information from the Vendor...
Back
Top Bottom