E
Eduardo Leaderez
I have a filled Rectangle Named "Item_Color" on a continuous form.
I have a dropbox Named "Description" that sits on top of that rectangle.
The dropbox is tied to a query.
The 4th column of the Query contains the value of the color I would like to use as the background color for the Rectangle called "Item_Color"
Here is what I have tried for the code for this.
Me.Item_Color.BackColor = Me.Description.Column(3)
I would like to have the color value set by the "On-Current" event for the continuous section of the form AND to the On-Exit event for the dropbox.
But it does not work.
Any suggestions?
Consultant Services
Engineering
Land Acquisition / Consent
Archaeological Services
Environmental Studies
Survey Work
Construction QC
Start-up testing Services
Soil Borings
I have a dropbox Named "Description" that sits on top of that rectangle.
The dropbox is tied to a query.
The 4th column of the Query contains the value of the color I would like to use as the background color for the Rectangle called "Item_Color"
Here is what I have tried for the code for this.
Me.Item_Color.BackColor = Me.Description.Column(3)
I would like to have the color value set by the "On-Current" event for the continuous section of the form AND to the On-Exit event for the dropbox.
But it does not work.
Any suggestions?
Consultant Services
Engineering
Land Acquisition / Consent
Archaeological Services
Environmental Studies
Survey Work
Construction QC
Start-up testing Services
Soil Borings