Search results

  1. G

    Sharepoint lists vs Web Database

    Hi! I have found that my ordinary database with Access FE and a datafile BE placed on a server, doesn't cover our needs any more. Mainly network speed is the biggest problem. I have been givven full access to the company's Sharpoint (Server Enterprise 2010), but I am strugling to decide how to...
  2. G

    Accessing controls with calulated names

    Hi Isskint. It may not supprise you, this works exactly the way I wanted! Thanks! Regards. Geirr
  3. G

    Accessing controls with calulated names

    Hi. I have a form with multiple controls, mostly check boxes and text fields. The check boxes are named like chkbox1 to chkbox15 What I would like to do, is the posibility to access the checkboxes like this: Counter = 1 Do While Counter < 15 Me.chkbox + str(Counter) = False Counter =...
  4. G

    Muliple columns in detail section

    Hi all. Is there a way to create a report with folowing criteria: On each line in detail section I want to have info from one field, but from multiple records. Example, I have a group code, and I want a list on all items ID on this gropup. Instead of haveing one item ID for each line, I would...
  5. G

    What structure of database to be used?

    Hi. I have a question I qould like to have some input on. The case is that I am not sure which structure of databases/tables suits me (and the organtisation) best. The scenario is: Our orgainisation are working on projects. Each projects will hold somwhere between 6000 to 8000 records. Each...
Back
Top Bottom