Search results

  1. M

    Joining workgroup applies security to all dbs

    When I join the workgroup, it applies security to every database on my computer. The database is on shared drive, and my other dbs are not on this drive. any ideas? Thanks.
  2. M

    Error after uploading DB to shared drive

    I recently uploaded my database to a shared drive on the server. Once I had the files uploaded, I went to linked table manager and set up the file pathes. I set the path up as "z:\....dbname_be.mdb" I know this is wrong but now that it is set I cant change it. When I select the tables and click...
  3. M

    filter "on load"

    Hello. I am creating a couple forms, one for each Area. When a user clicks on the form for their Area, I want them to only see the records related to their area. I think I should be using the "on load" event, but I have no idea how to set this up. Do I use the "Expression Builder" or "Code...
  4. M

    Having records with null values show in report

    I am trying to run a report that shows all the records in my database, even the ones with blank values. When I run the report now, I am only seeing the records that have values in every field i have included in the report. How do I setup the report to show all my records, even the ones with...
  5. M

    Combo box data selection

    I am creating a db with tables Area and Sub_Area. In my form I have combo boxes which list the data in each table. I have been asked to configure the combo boxes so that when a user selects "Technology" from the Area combo box, only the Sub_Areas related to "Technology" will be displayed in the...
  6. M

    combo box showing in report

    I can't figure out how to format my report so the combo box options are not displayed. I attached an image to show what I'm talking about. Any ideas?
  7. M

    new to access, control source question

    Is there a way to bind a text box to a control source that is outside of my form's record source, without using a subform? I am trying to add a text box which links to my Comments table, while the form's record source is the Events table. Thanks
Back
Top Bottom