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.
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...
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...
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...
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...
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