Jump to content

Search by input variables


This topic is 6262 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I am a teacher designing an annual roster of member chefs of a national association.

My key problem is trying understand how to create a search field that passes the user's entry to a a dummy variable and then passes that variable to search the database using the Let()function or any other bloody function for matter. The samples and help module is great for the person who wrote it and not for a learner.

I know how to setup a standard search routine when the user clicks on a button to initiate the FIND but the application I have to create is strictly information and absolutely no additions or editing is to be allowed. All data is displayed in the FORM format so as to disallow access.

I have two dummy search fields... one is a dined Value List and the second is one that the user can search on any name or portion thereof.

How do I get the one or both user inputs to search the records?

Would appreciate some assistance.

Regards

RB

Edited by Guest
Link to comment
Share on other sites

Hi Chef

I too am from the Maritimes (Ch'town PEI) and also having problems with input variables. It should be mentioned that what Im trying to do, (and if i understand correctly, what you want to do) i did one time by accident, but because it wasnt my desired result, now I want this, and I cant for the life of me figure out how i did it.

I am working on my code and if i figure it out, i will post it here for you for sure.

I run a sports league, and I want to be able to bring up a team's schedule from within the master schedule, searching for the team by HomeTeam and AwayTeam.

That way it brings up all the games for that team, sorted by date played. it works great.

What I want to do is have the user input what team they are looking for, instead of hardcoding the team names into the search.

If/When i figure it out, i will post an example here.

Nice to see a fellow Maritimer.

Brian

Link to comment
Share on other sites

Hello Brian;

Many thanks for responding. I was beginning to thinks I had either posted a stupid question or my idea to use dummy global variables as I do in ASP was unatainable.

That said, can you call me at 506-878-3430 and we can exchange some ideas.

Regards,

Roy

Edited by Guest
Link to comment
Share on other sites

This topic is 6262 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.