Access 2013 Web App - How to select the first record in a table using expression builder? -



Access 2013 Web App - How to select the first record in a table using expression builder? -

i using access 2013 web apps build application. have 1 table containing list of organisations, , table containing comments organisations. 1 organisation can have many comments.

i trying write query select organisation , first comment organisation comments table. however, proving quite hard limited web app functions (that is, not know how select first comment - selecting of comments associated organisation). have looked high , low how accomplish this. help much appreciated. thanks.

the way can build query joins in kid records in sorted order. this:

note how in above sort order descending comment date. in case sort descending pk [id] of kid table. can sort column, , sort descending on column want recent row. noted, if don't have comments date column, sort pk [id] of kid table.

once have above, can write info macro returns first row, recent based on lastly row.

so info macro can this:

and in form, macro code “fetch” recent comments , stuff results un-bound text box can this:

ms-access ms-access-2013

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -