YeahYouKnowMe
New Member
- Joined
- Feb 22, 2018
- Messages
- 2
I am wondering if there is a VBA method or guide to have text descriptions automatically fill-in for a Unique ID anytime a user enters a previously made entry in a database. For example, a user initally enters:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Description 1[/TD]
[TD]Description2[/TD]
[/TR]
[TR]
[TD]X_01[/TD]
[TD]Tall[/TD]
[TD]Old[/TD]
[/TR]
</tbody>[/TABLE]
Ideally, I would like code that automatically fills in the Description columns the next time I enter X_01 into a new row. Also, I would like this to apply to any other ID that is entered with different values for the description variables.
Thanks for the help!
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Description 1[/TD]
[TD]Description2[/TD]
[/TR]
[TR]
[TD]X_01[/TD]
[TD]Tall[/TD]
[TD]Old[/TD]
[/TR]
</tbody>[/TABLE]
Ideally, I would like code that automatically fills in the Description columns the next time I enter X_01 into a new row. Also, I would like this to apply to any other ID that is entered with different values for the description variables.
Thanks for the help!