Search results

  1. N

    Can't reply the post

    I only post some word, no URLs... I don't know why? I don't know what happen...
  2. N

    Can't reply the post

    I only post some word, no URLs... I don't know why? I don't know what happen...
  3. N

    Can't reply the post

    I can't post the link, same message show Oops! We ran into some problems. Your content can not be submitted. This is likely because your content is spam-like or contains inappropriate elements. Please change your content or try again later. If you still have problems, please contact...
  4. N

    Can't reply the post

    I only want to post something like this SELECT A.id, fnRank1([A].[id]) AS RowNum FROM packing_ship_mark_1a AS A;
  5. N

    Can't reply the post

    still show this message when I was reply any post Oops! We ran into some problems. Your content can not be submitted. This is likely because your content is spam-like or contains inappropriate elements. Please change your content or try again later. If you still have problems, please...
  6. N

    Can't reply the post

    I only post some word, it also show same message I can't reply any post
  7. N

    Can't reply the post

    When I reply a post, it always show this message Oops! We ran into some problems. Your content can not be submitted. This is likely because your content is spam-like or contains inappropriate elements. Please change your content or try again later. If you still have problems, please...
  8. N

    Data source changed from a table to a query

    id RowNum 339 1 340 2 308 3 309 4 329 5 330 6 331 7 332 8 333 9 334 10 335 11 336 12 337 13 338 14 RowNum is automatically generated by code.
  9. N

    Data source changed from a table to a query

    is not for a report
  10. N

    Data source changed from a table to a query

    if "packing_ship_mark_1a" is a table,it work
  11. N

    Data source changed from a table to a query

    How can I modify the following code to add a row number in the query, now that the data source 'packing_ship_mark_1a' has been changed from a table to a query, so it can run correctly? Public Function fnRank1(ByVal id As Long) As Long ' ' put the Linked table name here and replace...
  12. N

    Add RowNumber Problem

    YES
  13. N

    Add RowNumber Problem

    tabel is on sql server
  14. N

    Add RowNumber Problem

    I need equal "596" to "1"
  15. N

    Add RowNumber Problem

    I used the following SQL to automatically generate the RowNumber column SELECT A.id, (SELECT COUNT(*) FROM packing_ship_mark_1a WHERE A.ID>=ID) AS RowNum FROM packing_ship_mark_1a AS A; id RowNumber 596 24 568 1 571 2 572 3 573 4 574 5 575 6 576 7 577 8 578 9...
  16. N

    Report Detail Line Height Problem?

    Got it, I see the effect. Thanks.
  17. N

    Report Detail Line Height Problem?

    I can't load the marco in this file
  18. N

    Report Detail Line Height Problem?

    In an Access report, the detail section has 5 fields "Bilname, Text315, Text323, Text324, Text325" set to auto grow. If any of the field data is too long, it will cause the height of the detail section to change. In the detail section, there is a vertical line "Line1". How can I automatically...
  19. N

    Convert the query contents

    Thanks!
Back
Top Bottom