Howdy
I have a macro in Access that imports data and runs some update queries. Following that i want to open three different forms sudsequently, i.e next form opens when the previous one is closed. Rather than setup little macros that run on exit from the forms, i want to add instructions to...
I have a table as below:
Code Text Sequence
------ --------------- -----------
444123 Happy 1
444123 Go 2
444123 Lucky 3
I would like to run a query that will return the following:
Code Text
------ ----------------...
I have some data from a table "unitp" as below:
Code Price Date
---- ----- ----
ABC 12.04 30/11/02
ABC 12.05 31/12/02
DEF 5.06 31/05/02
DEF 8.03 30/06/02
DEF 2.45 31/07/02
i want to able to run a query that will output the record with the maximum Date showing the Code and Price...
I have a group of data that is sorted by the values in the first column. eg:
AD ADM 900
AD BXB 800
BR ABC 500
BR DCA 600
I need to run a macro of some sort that will detect a change in the value of a cell in the first column (when reading down from the top of the range to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.