Re: from table to form

Tech-Archive recommends: Speed Up your PC by fixing your registry



if you're talking about *sorting* records, don't do it at the table level.
sort the records directly in the form, or sort them in a query and bind the
query to the form.

hth


"alex1" <alex1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BF7E9B9F-4BD1-4234-A46D-0A9200E43368@xxxxxxxxxxxxxxxx
> I'm adding rows in my form: just adding up different characteristics for
> listing them up in the merge report. But when i rearrange the rows in my
> table it's not reflected in the form: it's still the same old table
> arrangement. The form doesn't see my new table. What can be done? I'd
> appreciate some help.


.



Relevant Pages

  • Re: Strategy for Sorting in UI
    ... You have to do your sort in the database query using a unique value. ... So, for example, if you are sorting by "LastName" ... > How do I navigate pages in this situation? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Strategy for Sorting in UI
    ... You have to do your sort in the database query using a unique value. ... So, for example, if you are sorting by "LastName" ... > How do I navigate pages in this situation? ...
    (microsoft.public.dotnet.framework.performance)
  • Re: Strategy for Sorting in UI
    ... You have to do your sort in the database query using a unique value. ... So, for example, if you are sorting by "LastName" ... > How do I navigate pages in this situation? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: sorting
    ... When I sort the data using SQL, ... But this is just the sorting. ... If it were me I would query the database and bring back the ...
    (microsoft.public.vb.enterprise)
  • Re: Make Table Query - Sorting Errors
    ... Dim OutputTable As DAO.Recordset ... The query to concatenate the CAMPNO values will need to be LOOKING at the ... If you post the query you are using to do this, I beleive we can get it to ... Is there a command that I can use in the module code to first sort the ...
    (microsoft.public.access.queries)