My apologies up front for being a bit of a novice. I have a rugby database with matches, players, scoring. etc.
Based on the date (txtdate) of a game, I would like to retrieve the correct season (txtseason) from a table (tblseason).
(tblseason) has (txtstartdate), (txtenddate) and (txtseason).
When someone enters the game date on the entry form, I have an AfterUpdate macro that first runs a query and then SHOULD populate the form with the correct season using SetValue.
The query runs fine but I can't get (txtseason) into my form. I've tried making the values either numeric or text and neither one works.
Does anyone know what I'm doing wrong?
Again, I'm sorry if this is a simple question and I'm wasting your time.
Kind regards,
Kate
Based on the date (txtdate) of a game, I would like to retrieve the correct season (txtseason) from a table (tblseason).
(tblseason) has (txtstartdate), (txtenddate) and (txtseason).
When someone enters the game date on the entry form, I have an AfterUpdate macro that first runs a query and then SHOULD populate the form with the correct season using SetValue.
The query runs fine but I can't get (txtseason) into my form. I've tried making the values either numeric or text and neither one works.
Does anyone know what I'm doing wrong?
Again, I'm sorry if this is a simple question and I'm wasting your time.
Kind regards,
Kate