Search results

  1. B

    date/now function

    I am writing a database for a theoretical taxi company. I want to use date function to show all jobs to be done. How should I use a date function/now function to show all jobs that are due from the current time/date. I know the function exists I just don't know how to use it as I am a...
  2. B

    Combo box VB help on form plz....

    I have a table of users and passwords to allow different views of a database. I have used two textbox inputs to feed the username/passwords respectively. I want to use a combo for the users instead of a text box so that the form is updated with every addition/deletion/amednment. This is what i...
  3. B

    sql sort help required plz

    i am trying to construct a report and need two of three fields sorted the fields are project(asc) risk hazard(product of two fields in a table called risk)(desc) sql SELECT Risk.Description, Project.ProjectName, Project.ProjectID...
Back
Top Bottom