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...
Well, I found a way around this problem. I created an onFocus event for the first object on the data access page. Since this object gets focus as soon as the page loads, it runs immediately and everything works.
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>
<!--...
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>
<!--...
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...