Modesty_Blaze
Registered User.
- Local time
- Today, 11:28
- Joined
- Sep 25, 2003
- Messages
- 10
Ok, I'm working on one project for children hospital where they are have records on children that have hip problems at birth.
I have table 'Patient' and fields on which i need search are:
‘Name’ (text) ‘code’ (Number -indexed no dup.) 'Alpha angle R' 'Alpha angle L' 'Beta angle R' 'Beta angle L'. These hip angles are drawn from table Angles (range from 35 to 95).
Search form has six cmd buttons (for each search). on Click they start different Macros (Close Search; Openform Search by 'choice') which run forms with record sources in appropriate Queries ( This is what I put in Criteria:[Forms]![Search].['CmdName'] Or Is Null ). Problem is that I get results only from 'Name' and 'Code' buttons, but no results from angle buttons.
(When I click on any cmd button little box appears asking for value
" Enter parameter value
Forms!search.AlphaangleL")...
I have searched all of the forums and didn't find anything similar to this problem...
Would greatly appreciate any ideas! Thanks,
Sometimes I can't see the forest because of the trees
I have table 'Patient' and fields on which i need search are:
‘Name’ (text) ‘code’ (Number -indexed no dup.) 'Alpha angle R' 'Alpha angle L' 'Beta angle R' 'Beta angle L'. These hip angles are drawn from table Angles (range from 35 to 95).
Search form has six cmd buttons (for each search). on Click they start different Macros (Close Search; Openform Search by 'choice') which run forms with record sources in appropriate Queries ( This is what I put in Criteria:[Forms]![Search].['CmdName'] Or Is Null ). Problem is that I get results only from 'Name' and 'Code' buttons, but no results from angle buttons.
(When I click on any cmd button little box appears asking for value
" Enter parameter value
Forms!search.AlphaangleL")...
I have searched all of the forums and didn't find anything similar to this problem...
Would greatly appreciate any ideas! Thanks,
Sometimes I can't see the forest because of the trees