MaliciousMike
Registered User.
- Local time
- Today, 17:41
- Joined
- May 24, 2006
- Messages
- 118
Hello,
I'm incharge of development on our access database at work and i've progressed from hardly any knowledge of access to what our database creater explains as "advanced". I disagree, because there's still so much i don't know yet.
Anyway...
We have a notes field for every record in our database where certain decypherable noted are typed by hand by a call centre.
The notes look a little like this:
1. 22/08 EVE RL
2. 23/08 PM KC
Sometimes the notes can go upto 12 events with different situations, but all I would like to automate is the standard note:
[number of note]. [date] [time of day] [initials].
I can do the date easily, i can do the time of day with a few if statements, i can even do the initials with a table and a query.
What i can't seem to get is the number.
Basically what i want my button to do is to get the number of the last note, add 1 and add the rest of the data to it adding it to the notes field.
I'm stumped on how i can get the number from code.

I'm incharge of development on our access database at work and i've progressed from hardly any knowledge of access to what our database creater explains as "advanced". I disagree, because there's still so much i don't know yet.
Anyway...
We have a notes field for every record in our database where certain decypherable noted are typed by hand by a call centre.
The notes look a little like this:
1. 22/08 EVE RL
2. 23/08 PM KC
Sometimes the notes can go upto 12 events with different situations, but all I would like to automate is the standard note:
[number of note]. [date] [time of day] [initials].
I can do the date easily, i can do the time of day with a few if statements, i can even do the initials with a table and a query.
What i can't seem to get is the number.
Basically what i want my button to do is to get the number of the last note, add 1 and add the rest of the data to it adding it to the notes field.
I'm stumped on how i can get the number from code.