Search results

  1. J

    Special Characters in SharePoint Query

    I am running simple query on a linked sharepoint list. The field I am querying is a sharepoint choice field. The query returns the choices slected with special characters in front of it. How can I remove these characters? Example: ;#Project Tracker Entry Created;# I'm attempting to set a...
  2. J

    Delete record only when fields are filled out

    Hello, I have a project tracking database. Project Managers update their projects on the table via a form. Once the project is closed I have a button on the form to delete the project from the "active project table". I already have an append query that brings the record to the history...
  3. J

    Query a record when a change is made

    Hello. I have 2 tables PT and PT History. Project Name is the primary key on the PT table and an autonumber ID is the primary key on the PT History Table. Users update records in the PT table via form. When they complet their update they click a save button which saves the record and runs...
  4. J

    Need to show a record using an IIF statement

    Hello, I am developing a project tracking database for my department. I am creating an active list of the projects and need to show the project manager for each project. There are a few titles the project manager can be. I've assigned an ID to each of the those titles. Program Manager = 1...
Back
Top Bottom