Chronictank
FH is my second home
- Joined
- Jan 21, 2004
- Messages
- 10,133
Anyoen familiar with this able to point me in the right direction,
i basically want to put a button on a form which will prompt the user to enter a string, which will be used to display the results in a view
Form Name: DoctorsDetails
Has 3 fields:
Doctor ID - integer
Doctor Name - string
Doctor Details - rich text
I want to prompt the user to enter a name, which is then used to search the database and display any matching names in a view
I have a view doctorDetails to show all results
Thanks all
i basically want to put a button on a form which will prompt the user to enter a string, which will be used to display the results in a view
Form Name: DoctorsDetails
Has 3 fields:
Doctor ID - integer
Doctor Name - string
Doctor Details - rich text
I want to prompt the user to enter a name, which is then used to search the database and display any matching names in a view
I have a view doctorDetails to show all results
Thanks all