Search results

  1. P

    Custom Sort Link on Data Access Page

    Is it possible to create multiple buttons or links on a data access page the sort the data by the column that it appears in? I have a data page laid out with about 10 columns. I want an up/down arrow on 4 of the columns to allow sorting asc/desc by each. Is something like this possible? Can I do...
  2. P

    Data Access Page onload event problem

    This behavior is driving me crazy! I have a data access page with an onload event for the window. All I want to do is go to a new record, update a date field with today's date and save the record. Here is the code: <SCRIPT language=vbscript event=onload for=window> <!--...
  3. P

    Data Access Page onload event problem

    This behavior is driving me crazy! I have a data access page with an onload event for the window. All I want to do is go to a new record, update a date field with today's date and save the record. Here is the code: <SCRIPT language=vbscript event=onload for=window> <!--...
  4. P

    DAP: Populate another field based on a drop-down value chosen

    I have a question regarding Data Access Pages in Access 2003 To simplify this, let say I have a table VENDORS in my database. The table has fields : VENDOR and RATE. VENDOR is the primary key. The values in the table are: VENDOR RATE Moe 1.5 Larry 2.5 Curly 1.5 If I choose Larry in the...
Back
Top Bottom