Search results

  1. M

    Date Selection Help

    I currently have a query that takes info from an asset support table. I have a Support Contract Start Date in the table (Date time) I have a Support Contract Length In months field in the tabel (numeric) i am calculating the end date of the query using the following expression. Support End...
  2. M

    Problem with calendar help appreciated

    Hi, I'm currently using Allen Browns pop up calander in an access database. http://allenbrowne.com/ser-51.html The calender allows the user to choose and add a date into a field. When I run the access project i can see the pop up calander on my form, and use and interact with it to add in a...
  3. M

    Auto Incrementing a field without using Autonumber

    So I have a table tblPO2006 with a field PO that contains a number. Currently I have 100 records and the curent number in this field is 10804 What i want to do is when a new record is created the field updates with a +1 increment to the previous records number. Thus the new record would be...
  4. M

    Adobe PDF?

    Is there a way to output a single record from a form not report as an Adobe PDF automatically?
  5. M

    Selection Box Question :Need Help

    So ive tried to follow a few posts for this and look at other peoples code , however i cant seem to find the right info and im sure it really easy......... I have 2 Tables tblPO - Contains Multiple Fields - POnumber,VendorName,Address,city,state,Zip and various other fields that dont pertain...
  6. M

    Data Access Page Help

    Hi, So i have made a Data Access page using the wizard from a table called Employees I want the Access page to have some sort of search button so that they can quickly find an employee, rather than scrolling through all 100 records. How can i do this? Thanks Brian
  7. M

    Query Help

    Hello there , i have two questions if someone can help, 1. I have a form that displays various fields in a table, one of the fields [PO] contains a ref number. I want to be able to press a button on the form that will open a message box requesting the [PO] number , and once entered will take...
Back
Top Bottom