Hi all,
Im sure there is a way to do this but im drawing a blank... I have some code, and at one point I want it to open a form, create a new record and then populate that record with data. The data i want it to populate is quite simple - 1 field needs to show a maximum + 1 of another field which ive worked out and stored as a variable, and the other 1 just needs to show the date now(). I thought it would be something super easy like
[Record1]=intMax + 1
[Record2]=now()
but it doesnt seem to be so :-(
Any help would be greatly appreciated!
Thank you
Im sure there is a way to do this but im drawing a blank... I have some code, and at one point I want it to open a form, create a new record and then populate that record with data. The data i want it to populate is quite simple - 1 field needs to show a maximum + 1 of another field which ive worked out and stored as a variable, and the other 1 just needs to show the date now(). I thought it would be something super easy like
[Record1]=intMax + 1
[Record2]=now()
but it doesnt seem to be so :-(
Any help would be greatly appreciated!
Thank you