Search results

  1. J

    Searching for Blank Text fields

    Hi, I have created a filter for my database. I have a combo box for the user to select what they want to filter the database by. Every option works except when the user wants to see the records with blanks in a certain field. Using debug.print, this is what the code looks like, do you see...
  2. J

    Simple Retrieval of Data from Multiple Forms

    Hey guys, Objective: Create a chart comparing the weight and volume of two items, A and B. Parameters: I already have two subforms, each which calculate the weight and volume of A and B. I then created a bar chart which illustrates the weight and volume differences for a set of psuedo...
  3. J

    Subform data to Table

    I have two subforms, each displaying a "weight" and a "volume" of a specifc car. However now I want to plot them on a bar chart, one bar showing the weight diff and one showing the volume diff. How do I go about doing so? I tried chart wizard....I even tried to link the subform to a table...
  4. J

    Simple Data Calculation Help

    Hey, I have 3 subforms within a form. The first two subforms pulls data from their own databases and calculates the weight of a shipment, displaying it through a textbox. I then want the third subform to display the difference in the two calculated shipment weights but I don't know how to...
  5. J

    Multiple MultiSelect Listbox Help

    Hey guys, I have to create a search that returns the results based on what the user selects in 4 listboxes. They should be able to select more than item from each listbox. From some references on this site, I was able to modify different vba codes so that access can filter my database based...
  6. J

    Multiple Multiselect Listbox Search

    Hey guys, Although I am familiar with almost all of MS Office, Access is one that I have not even touched in 4 yrs of college. So obviously my new job decides to see how fast I can learn..lol. I do not know anything about Visual Basic. Im a C++ and Matlab huy. To keep things simple/ legal, I...
Back
Top Bottom