Pop Up Requesting Date

dave5770

New Member
Joined
Apr 9, 2019
Messages
8
Hi All,

I have a sheet that keeps track of tenants and their status. Data is kept on multiple sheets. I would like to have a pop-up come up requesting a date when the status of an entry in is changed to "notice" in table named tblTenants and the date is populated on in table tblUnits for the corresponding building and unit #. TblTenants has a one-to-many relationship with tblUnits as we could have many previous tenants listed in tblTenants. I simply want to avoid going back and forth between sheet and missing dates.

Example:

tblTenants (there are many more fields in this table but I removed them for simplicity)
[TABLE="width: 509"]
<colgroup><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD][TABLE="width: 981"]
<colgroup><col><col><col><col span="2"><col><col></colgroup><tbody>[TR]
[TD]ID[/TD]
[TD]BUILDING[/TD]
[TD]APT[/TD]
[TD]TYPE[/TD]
[TD]STATUS[/TD]
[TD]NAMES 1[/TD]
[TD]NAMES 2[/TD]
[/TR]
[TR]
[TD]
FRANCISAPT01
[/TD]
[TD]
FRANCISAPT
[/TD]
[TD]01[/TD]
[TD]APT[/TD]
[TD]CURRENT[/TD]
[TD]DARTH VADER[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]
FIRSTAVEPLACE02
[/TD]
[TD]
FIRSTAVEPLACE
[/TD]
[TD]02[/TD]
[TD]APT[/TD]
[TD]NOTICE[/TD]
[TD]LUKE SKYWALKER[/TD]
[TD]HAN SOLO[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

TblUnits

[TABLE="width: 958"]
<colgroup><col><col><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD][TABLE="width: 958"]
<colgroup><col><col><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]ID[/TD]
[TD]BUILDING[/TD]
[TD]UNIT[/TD]
[TD]SQ.FT.[/TD]
[TD]TYPE[/TD]
[TD]UNIT STATUS[/TD]
[TD]NOTICE DATE[/TD]
[/TR]
[TR]
[TD]
FRANCISAPT01
[/TD]
[TD]
FRANCISAPT
[/TD]
[TD]01[/TD]
[TD]600[/TD]
[TD]1x1[/TD]
[TD]OC[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
FIRSTAVEPLACE02
[/TD]
[TD]
FIRSTAVEPLACE
[/TD]
[TD]02[/TD]
[TD]400[/TD]
[TD]0x1[/TD]
[TD]NOTICE[/TD]
[TD]DATE GOES HERE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,224,823
Messages
6,181,177
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top