Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Joallyn
  • Content: Threads
  • Order by date
  1. Joallyn

    Unbound combobox doesn't display data

    Hi listers, Help, please. My brain is a puny thing. I have a "Projects" database that includes these tables and relationships, among others: tblProjects - pkeyProjectID fkeyClientID tblClients - pkeyClientID txtClient fkeyGroupID tblGroup -...
  2. Joallyn

    Import csv file into one record

    Hi all, I'm facing meltdown in the face of what is most likely a very simple operation. I set up a command button on my form to call an external application, which outputs a *.csv file. The file consists of a number of rows and columns of test data results. There are 2 things I'd like to do...
  3. Joallyn

    Call external application from within Access

    Hi all, because I've tinkered with Access a bit, I've now been asked to be an advisor on something much more ambitious: an inventory database that will allow the user to call an external application (in this case, LabView) which will perform some test, and return a value. Ideally, this value...
  4. Joallyn

    Default value winds up as Null

    In order to cut down on redundant typing, I've set field values to default to the values in previous records. The problem results from one particular value of the combo box cmbProjectType that is supposed to trigger the visibility of a text box (txtMapCopies). I.e., if cmbProjectType =...
  5. Joallyn

    total number of pages problem

    Hi all, I've put the following code into the page footer section in order to keep the "Submitted By" text on the bottom of the last page only. However, the only value "me.pages" ever has is 0, so it doesn't work. Can anyone point out where this went awry? thanks! J...
  6. Joallyn

    Reference field names in expression

    Hi all, I'm trying to generate a report showing projects and clients in a given month. All well and good. The bad is that there are Individual clients, Miscellaneous clients, and regular clients. Individual and Miscellaneous clients have an associated name or organization; regular clients...
  7. Joallyn

    Count with exclusion condition

    Ok, I'm sure this is a no-brainer for someone (most everyone?) out there...just not for me. I have a "Project Tracking" database. I'm trying to set up a report that will list the numbers of projects and clients responded to during a particular time frame. All well and good. The...
  8. Joallyn

    Delete records from continuous form

    Hi, I have a question about forms and deleting records... I have a main form and a subform: frmActions subfrmPersonnel If my subform is in 'continuous forms' view, I cannot delete a person without getting an error (specifically, "You tried to assign a Null value to a Variable that is not...
  9. Joallyn

    Set message visible if subform condition met

    Hello all, I am working on an "Incident" database. For each incident that occurs, the fix-up crew can make multiple actions (reconn, clean-up, etc.) So I have a main form (frmIncidents) linked to a continuous subform (subfrmActions). On the subform there is an option button that...
  10. Joallyn

    Dcount problem with 2 field criteria

    Hello all, I've gone through every "Dcount" post and am still banging my head against this one...so here goes. I have an intersection table tblActionMaterial ActionID (pk) MaterialID (pk) In an Action subform I allow the user to enter materials used to complete that...
  11. Joallyn

    Cannot delete record

    I'm stumped. I have a continuous subform with a combo box ("Materials") that allows a user to choose which materials he used in a given project. The user then enters the number of these items i.e., "Rebar" "24" "PVC" "18&quot...
  12. Joallyn

    Restrict combo box options based on prior selections

    I'm sure this is out there in the archives somewhere, but I haven't hit the correct sequence of keywords to get me to it... I'm writing an "Incident" database. For each incident, there's a given "Action" subform. For each Action, there is also a continuous...
  13. Joallyn

    FLEXlm not responding

    Hi all, **Cluelessness disclaimer: I know very little about servers, and am only forced into this situation because the person who originally set up the system left town.** I'm in a satellite office, and I use an offsite license manager to run one of my software programs (ESRI's ArcGIS). We...
  14. Joallyn

    Requery data source

    hi listers, I have a combo box (Personnel ID) in a Main Form that asks the user if he/she wants to enter a new ID, if it is not already in the underlying Personnel table. If so, a Child Form pops up, the user enters the new data, and then closes the window and goes back to the Main Form. The...
  15. Joallyn

    Open form, fill it, go back to original

    hi listers, I've scanned through the archives and couldn't find the answer to these problems. I think they're easy ones, but I don't know how to do them. My already low Access self-esteem is sinking even lower...aaackk. I have a combo box on a form ("Form Parent") that allows the...
  16. Joallyn

    Cannot import switchboard form

    Hello listers, I've run into (yet another) Access problem that has me stumped. It started with an unfortunate finger spasm that deleted my latest and greatest "Incidents" form. To fix the problem, I imported the same form from my most recent backup. After that, I got an error...
  17. Joallyn

    Linking tables with multiple primary keys

    Hi listers, yes, it's newbie time...this is no doubt an incredibly dumb question, but the problem has me stumped, and I couldn't find anything like it in the archives. The large problem: how to link to a table that has dual primary keys. The details: I am dealing with 4 tables: tblIncidents...

Part and Inventory Search

Back
Top