Search results

  1. C

    When navigating tabs, preventing the loss of first tab?

    This is kind of an abstract thing I imagine, and I understand if there's no easy solution (or none at all.) I appreciate any guidance you might have anyways! First thing: I have a navigation form that leads through 5 subforms on my database. One is a data entry form, the rest are various...
  2. C

    What's wrong with my SQL Code?

    Hi again everyone. I have a query that "sorta" works, but doesn't seem to abide by one of my criteria. I am trying to search by two criteria in this query. First, I want the query to select records based on what "System" they relate to. Next, I want it to sort those tickets by "Release...
  3. C

    Importing Excel sheet and replacing whole records?

    This may have been asked before, but I looked around and couldn't seem to locate it. I need to import an excel sheet containing updated tickets to my access ticket database. They have unique IDs in the form of a "Ticket ID" field. I could just use an append query to add the new...
  4. C

    Timestamp for when a specific field is filled

    I searched around the forums but couldn't quite find this question. I have a ticket database where tickets are added to access with no priority scores on them. Over time, meetings and discussions, those tickets are given scores through a form on my database. What I would like to do is...
  5. C

    Calculated field OR manually entered value?

    I have an interesting question for anyone who'd like to help me tackle this. I have a calculated field that is a total based on 5 other fields. These fields are rankings of priority on individual categories, while the calculated field is a total priority ranking for the entire record. (A...
  6. C

    Updating one column of data across many records

    Hi, I'm new to the forums and have a question. I looked around and found some similar questions, but couldn't quite grasp how to utilize them for my issue. Sorry if this has been asked before. I have a database containing 10,000+ trouble tickets identified by a unique field called "Ticket...
Top Bottom