table population via form & query

  • Thread starter Thread starter cporter
  • Start date Start date
C

cporter

I have a form that I use to populate a table. It works fine after the
first entry has been made but not for the first entry. I'm using a
formula, =DMax("PROCNO","qryPMByMachID")+1, to fill in the procedure
number. If there is no current procedure this code doesn't work. Is
there a way to use this when there is a null value or is there a better
way to do this?
 
Back
Top