Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
access2k calculated field
Name: gaayathiri Date: May 10, 2005 at 00:37:32 Pacific OS: win xp pro CPU/Ram: 256
Comment:
hi, thnx in advance. I am building a db for a sports event. I have 2 tables. participants and agecalc. in agecalc I have fields age and age-group. if age is 3 yrs then age group is 3-4 yrs and so on.
in the form created using "participants", there is a field calculating the age based on the date of birth.it displays the age in years. in the same form, I want to have a field which will automatically display the age group as well.
I want the field to grab the final answer from the age calcuting field and refer to the "agecalc" table. then to display the appropriate age group.
I tried this, but did not work. please help: =(SELECT [Age_group]![agecalc] FROM [agecalc] IIF([Age]![agecalc] = [Age] ,0))
Summary: I have a calculated field call(brew) on a form. This field (brew) is the sum of two other calculated fields. I need to pass the data from this calculated field (brew) to a defined field called (flbre...
Summary: Well, if you want to just calculate the fields for a report, the you can do a calculated field in a report. If you want to actually store that data in a field somewhere, the best thing to do would be ...
Summary: What you are asking is very possible, and probably very easy. However - the question in its current form can't be easily answered. Do you want the cells cleared or removed? Are they part of a list, so...