DAO code

  • Thread starter Thread starter Neal O via AccessMonster.com
  • Start date Start date
N

Neal O via AccessMonster.com

I would like to create a module for notes. I have a listing of notes that i
would like to move horizontaly. Each note is designated by a client number.
Example:
1234 note 1
1234 note 2
1234 note 3
1234 note 4
1234 note 5
through 20 then at 21 its a new client #.
I would like to move the notes like this:
1234 note1 , note 2, note 3, ect. till 20 then 21 would start a new line.
Each client only has 20 lines of notes. How would i go about writing the code
for this?
 
Back
Top