Can anyone tell me how to set a form up so that it will sort automatically on opening?
It is a simple form, based on a table with just a date field and a text field, and I would like it to sort on the date field. I have set the Order By property on the form, but that obviously doesn't apply...
I have a data entry form where users add new Candidates and their information. The candidate name (ca_name) is the primary key in the underlying table (CANDIDATES), with no duplicates allowed, but duplications will not be checked for until they save the form. However I need it to check if it is...
I have a simple database of candidates, where their data is displayed on a form (Candidate Information).
I have used some scripting (taken from this site I think!) to enable to user to open another window if they need to view 2 candidates at once (a command button on the form) -
Option Compare...
I have a query where users can enter criteria in one form to then display a list of results in another form (continuous format). The query pulls data from 2 tables, one a list of candidates, the other a list of their skills. One candidate can have numerous skills.
When the results are...
I am trying to run a query pulling data together from 2 tables - 1) a list of candidates, and 2) a list of their skills. So one candidate will have many skills.
The query runs from criteria specified in a form, and returns a list of suitable candidates into another (continuous)form.
All works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.