I need to run a simple query to pull one record and their value, for each member, based on Service Date.
Table
Client DOS Receipt
J. Smith 01/01/2003 $295
J. Smith 02/15/2003 $215
H. Jones 03/18/2003 $415
H. Jones 03/15/2003 $400
Query Results
Clint DOS...
I have a macro that "Drops Table" and then "TransfersText" to build the replacement table. Can I use SetValue to set table fields - "Indexed" to "Yes (Duplicates OK)"?
Everytime I create the table I have to manually change four fields Index setting to "Yes (Duplicates OK)".
What function in Access is equivalent to the Find function in excel? I need to identify the position of the first space in a text string.
ex. North Florida Office ( Answer 6, the space location between North and Florida)
Or
How can I simply pull the first word in a text string in a Report...
I am trying to query a table with monthly values over a year.
I need to return the Top 5 values in each month (60 records). Instead I am return the Top 5 values for the whole year (5 records).
Do I need to run 5 seperate queries or can this be done in one?