Search results

  1. N

    Coding Input Form

    So I have a general database question about forms. On an input form, I have two places where a user can input the date. I want them to be able to be able to type mm/dd/yyyy as any other date as mmddyyyy and it will then parse and set it up to look like mm/dd/yyyy. Is there a way to be able to...
  2. N

    Question Possible Corrupted Database

    So some, or many of you have noticed that I've been posting quite a bit in the last week about this crazy database I am working on for work. This is all in Access 2010 Now, I'm having a bit of an issue with this database. Keep in mind, I know next to nothing about access. I have a table...
  3. N

    Setting Default Print Preview in Query

    Okay, so I know I've been asking a lot of questions about this crazy database, but I know next to nothing about database (as many of you can already tell). But, what I am looking to do is set a default print preview for any queries that are pulled. I know there's a way to do it in report...
  4. N

    Auto Populate 1 year after input date

    Okay, so I already looked at the other thread when someone had asked something very similar and the answer was not exactly what I was looking for, so I'm going to ask this: I have a form where a date is put in by the user who is entering the data. It's called Backup Date. On the same form, I...
  5. N

    Querying using like statement

    I am attempting to write a query in SQL for the backend of a MS Access Database. I have several tables set up and a few forms which will use this query to pull and propogate data. SELECT Tapes.[Tape #], Tapes.Status, Tapes.System, Tapes.[Backup Date], Tapes.[Backup Date Text], Tapes.[Backup...
Back
Top Bottom