Hi,
I am using Access Project links to the sql 7.0 back end. I have a unbound form. The form has 2 continuous sub forms. There are 3 sections of info on the form that have 3 DueDates that I have to make 3 labels to flash when DueDate of each part is in a month. For example: label #1 will flash when DueDate on the main form is in a month, label will flash if DueDate of the of the last record on sub form #1 is in a month, and the same thing for label 3 for the sub form #2.
I don't know how make 3 label flash at the same time or 1 at a time depending on DueDate of each part. I have to open recordSource to pull out the DueDate of the last record for sub form #1 and sub form #2 and make appropriate label visible then set time for them to flash.
I am not familiar with timer function, can anyone please help me to make more than 1 labels can flash at the same time since I can make only 1 label flash at a time. Meaning is when there are 2 labels meet the DueDate to flash, they just stop.
Thanks!
I am using Access Project links to the sql 7.0 back end. I have a unbound form. The form has 2 continuous sub forms. There are 3 sections of info on the form that have 3 DueDates that I have to make 3 labels to flash when DueDate of each part is in a month. For example: label #1 will flash when DueDate on the main form is in a month, label will flash if DueDate of the of the last record on sub form #1 is in a month, and the same thing for label 3 for the sub form #2.
I don't know how make 3 label flash at the same time or 1 at a time depending on DueDate of each part. I have to open recordSource to pull out the DueDate of the last record for sub form #1 and sub form #2 and make appropriate label visible then set time for them to flash.
I am not familiar with timer function, can anyone please help me to make more than 1 labels can flash at the same time since I can make only 1 label flash at a time. Meaning is when there are 2 labels meet the DueDate to flash, they just stop.
Thanks!