CIIIHAN
Access Padawan
- Local time
- Tomorrow, 01:10
- Joined
- Sep 16, 2011
- Messages
- 34
Here it goes, my first thread 
I have just started to use access in a more advanced way if I may say so myself.
Using VBA and macro's.
First of all the company I work for has a non-english license of Office so I try to translate things in hope it will be understandable, bear with me.
When you enter design mode of a form or report you get these black lines.
The footer, details etc.
I assume they are called sections?
Now for the issue I'm posting for.
I have a table with over 1000 rows.
Each row contains a shipment.
A main form that shows all the rows, this is done with the use of repeating details section.
A second form that shows details of the shipment
Each shipment has a unique FileNo, when the text field containing the FileNo is clicked the second form is opened with the information of the selected shipment.
I want to add a paid checkbox.
This box can either be on the second form or as the first item for eacht row at the main form.
The textfield containing the FileNo on the main form has a red backcolor
When the box is checked the back color of the FileNo textbox is changed to green.
At the moment Access checks for the checkbox of the first row and applies the color changement to ALL rows obviously this is not what I want.
How can I get Access to check each row individually
Hope I made the situation clearly as possible
Thanks in advanced,
Cheers,
Cihan

I have just started to use access in a more advanced way if I may say so myself.
Using VBA and macro's.
First of all the company I work for has a non-english license of Office so I try to translate things in hope it will be understandable, bear with me.
When you enter design mode of a form or report you get these black lines.
The footer, details etc.
I assume they are called sections?
Now for the issue I'm posting for.
I have a table with over 1000 rows.
Each row contains a shipment.
A main form that shows all the rows, this is done with the use of repeating details section.
A second form that shows details of the shipment
Each shipment has a unique FileNo, when the text field containing the FileNo is clicked the second form is opened with the information of the selected shipment.
I want to add a paid checkbox.
This box can either be on the second form or as the first item for eacht row at the main form.
The textfield containing the FileNo on the main form has a red backcolor
When the box is checked the back color of the FileNo textbox is changed to green.
At the moment Access checks for the checkbox of the first row and applies the color changement to ALL rows obviously this is not what I want.
How can I get Access to check each row individually
Hope I made the situation clearly as possible
Thanks in advanced,
Cheers,
Cihan