Search results

  1. S

    Query Question

    I have a large database with a query that is called "WOQuery" in it has lots of information for a manufacturing plant. The columns of importance are: WorkOrderNum, QtyOrdered, QtyShipped Pretty much all I want it to do is get a list of WorkOrderNum's that are NOT complete. A WorkOrderNum is...
  2. S

    Auto-login to a website

    Hey, I know this is in the wrong topic however I had no idea where to exactly put it. Anyway, here is what I am trying to do. My company just converted to a new mail server (Microsoft Exchange, office outlook). And I was wondering if there was an easy way to auto log into the site. I have...
  3. S

    Design Question

    So far I have been working on a huge database for work. In fact, I wouldn't call it a database anymore. It works and feels like any regular program. I have like 2 years of on and off work into it. The database is massive, mutliuser log-ins, mutli-tables and forms... with a little more work...
  4. S

    Countdown Timer

    I am looking to create a program for my home poker league. I have ideas and concepts, some of which I know how to program (even though I know ms access is not really the way to do this) but a count down timer is something that I don't know how to start. Concept: Have a timer that looks like...
  5. S

    Check to see if its the last record.

    I'm a beginner and I am trying to do the following: I have a textbox labeled SearchField and a button labeled search On the on click event of the search the following code runs: Private Sub Search_Click() Me.Form.RecordsetClone.FindNext "PN LIKE '*" & Me.SearchField.Value & "*'" If Not...
  6. S

    Can you use Like when talking about Tables?

    Hello I am new to MS Access but I am learning, I pick up quick. My question is can you use a wildcard search when looking for a recordset on a continuous form thats attached to a table? I know i probly should be creating a Quary then searching then pulling that information up but i was...
Back
Top Bottom