i originally had a post up that i see now was not very clear. After doing alot more intensive research heres what i have vs need help with:
Snipet of what i want to accomplish::
Use a userform to create a search within my database to
A) find the data row (in the event user had partial search info)
B) Select the returned data
C) with the Data highlited/selected, user then clicks on 1 of 5 either command button or option button to change the background of that row in the database that corresponds with the status needed
"Call Back" = Yellow
"Schedule Demo" = Orange
"Handed Off" = Cyan
"Lead -> Customer" = Magenta
"Cold" - Blue
D) upon clicking the proper status update button Column A of the proper Row will rename to the status selected
E) upon clicking the proper status update button, after all formatting has changed the database is resorted based on color. priority, "Green, Yellow, Orange, Cyan, Magenta, Blue"
I have my database and adata entry form created alog with my update form which locates the data and returns it to a listbox.
Once I have my data in my list box, i am unsure of how to proceed.
Snipet of what i want to accomplish::
Use a userform to create a search within my database to
A) find the data row (in the event user had partial search info)
B) Select the returned data
C) with the Data highlited/selected, user then clicks on 1 of 5 either command button or option button to change the background of that row in the database that corresponds with the status needed
"Call Back" = Yellow
"Schedule Demo" = Orange
"Handed Off" = Cyan
"Lead -> Customer" = Magenta
"Cold" - Blue
D) upon clicking the proper status update button Column A of the proper Row will rename to the status selected
E) upon clicking the proper status update button, after all formatting has changed the database is resorted based on color. priority, "Green, Yellow, Orange, Cyan, Magenta, Blue"
I have my database and adata entry form created alog with my update form which locates the data and returns it to a listbox.
Once I have my data in my list box, i am unsure of how to proceed.