Search results

  1. A

    ASP Help for a Beginner

    I am completely new to ASP (but not Access) and was wondering if anyone could point me in the right direction as to where to get started. (some tips, a good tutorial, software to download, or whatever). I am trying to allow access to a database I have built across the company through our local...
  2. A

    Logging changes made in a form

    I was wondering if there is a simple way to check if any changes have been made to a record when the form is closed because I would like to create a log of records that were changed. I'm sure I could create some variables to store the fields when the form is opened then check if they're still...
  3. A

    Navigating a Filtered List

    I tried setting the form's "Allow Filters" property to no, but that didn't seem to do anything. Preferably, I'd like to keep the filter/sorting, but still be able to navigate through all of them. I tried putting a ShowAllRecords statement in there, which worked, but took me back to the very...
  4. A

    Navigating a Filtered List

    I have a form that contains a pretty large list of items and several columns and the list can be sorted by each of these columns. When a user double-clicks on a particular item, another form pops up that lets the user view/modify the item. The problem I'm having is that I still want to be able...
  5. A

    Specialized Autonumber

    I looked at the forum and the attachment and that helps, but the problem is that I want to have, for example, an ID of C001 as well as E001. So what I am trying to do is have a table with the Group Names, the Code Letter for each group, and the number of projects added for each group. And then...
  6. A

    Specialized Autonumber

    I am creating a database for my company to register projects. And each project needs to have a unique Project ID number, which (due to the conformity of another software tool) must be 4 characters long. The first character is a specific letter based on the group the project is created by...
  7. A

    Multiple-User through internet browser

    I am trying to create a database such that everyone in my company will be able to access it, but without having to install access and put a link to the DB on every computer. Ideally, I would like to have some sort of web applet that uses the DB on a central server and allows users to add and...
  8. A

    New to Access... please help

    I am new to Access but come from a programming background and I need to create a Skills Management Database for my company. This is basically where we find out the skills of all the employees so that the project managers can easily find people who would be suitable to a particular project. So...
Back
Top Bottom