Search results

  1. B

    novice Access web question

    Where does one start to look for information on what is needed to set up an online web form that can write to an Access database? I'd like to learn how I could possibly set up an online registration form for clients to use via a web page. I don't really know where to start, but I have seen some...
  2. B

    Control group expression for group in report?

    Oh, I seem to have a bunch of questions lately. Is there a way to have an expression in the control source of a text box in a report, that re-starts or is exclusive for every group within the report? Thanks and thanks again!
  3. B

    DCount question - consecutive rank with ties

    Hello all. I have some queries that rank with DCount and show ties like this - 1,2,2,4,5,5,5,8... Is there a way to get a rank that would look like this instead? 1,2,2,3,4,4,4,5 The change would be that the numbering stays consecutive, instead of jumping to the next "number of record"...
  4. B

    Auto vertical spacing of rows in report?

    I have a report that will be used for award certificates. Each "studio name" is the header of each page, and then rows of "entries" are listed (per studio). The number of rows per page varies. What I'd like to know = Is there a way to automatically space the rows vertically on the page so that...
  5. B

    In need of ranking with ties in report

    I have a report in which I am ranking a group (sorted scores) by using a text box with a running sum. This works, however I'm needing it to display ties according to scores (i.e. 1,2,2,4) - it doesn't display any ties as it's just counting the records, not really 'ranking'. I do know how to...
  6. B

    Continuous form requery return scroll position??

    OK this is one which I'm sure has bugged loads of people, when you requery a continuous form, the scroll bar position goes back to the top after the requery. Does anyone know a way to return to the same scroll position from before the requery was performed? TIA!
  7. B

    another BE (.ldb) locking question

    Does a (the) .ldb file have to be closed for another user on a network (separate FE linked to network drive BE) to read/write info to a table? Or even select info from a table? thanks and thanks!
  8. B

    Novice question about multiple user input

    I have a split database for setting up competition events. I have added sections for scoring input and tabulations per registration entries. I would like to give three judges a front-end copy with distinct scoring forms and let them enter the scores. I have the BE file on a network drive, and...
  9. B

    Question how to remove rows with one duplicate field in a "rank"

    Hello all. A bit of a novice user question here. I have a competition ranking contestants. A contestant can compete multiple times, each time with a unique registration number. I am trying to sort by score to rank the contestants, however the contestants can only receive one rank - their...
Back
Top Bottom