dualhcsniatpac
Board Regular
- Joined
- Feb 18, 2009
- Messages
- 126
Im sorry if this is a repeat. I have searched and could not come up with anything close to adapt to my scenario.
I have a form that contains daily volumes. These will be entered in 1 time per day. What I would like, to prevent duplicate entries, is to (upon user submitting the volumes) first have the vba code check to see if there is already a date.
User submits volume data --> code checks to see if volume data is already entered in for that day.
If there is no date, then just enter the data like normal. If there is, I would like a textbox saying that there is already volume data for that day, would you like to overwrite or save old data.
I think I might be able to figure it out but I do not know how to dynamically search a row for something.
Thanks in advance.
I have a form that contains daily volumes. These will be entered in 1 time per day. What I would like, to prevent duplicate entries, is to (upon user submitting the volumes) first have the vba code check to see if there is already a date.
User submits volume data --> code checks to see if volume data is already entered in for that day.
If there is no date, then just enter the data like normal. If there is, I would like a textbox saying that there is already volume data for that day, would you like to overwrite or save old data.
I think I might be able to figure it out but I do not know how to dynamically search a row for something.
Thanks in advance.