Recent content by frostysnoman

  1. frostysnoman

    Issues requering

    Wayne..... I love you man!
  2. frostysnoman

    Issues requering

    Hi everyone, Wondering if anyone wanted to help an idiot. I have a form that first asks the user to select a country ( derived from a table of countries). There are two other comboboxes that have a population based on the country. I have tried everything from onclick update, on update...
  3. frostysnoman

    FindFirst problem

    Just a guess, but I think searchword needs to be more specific. IE. if you are requesting a searchword from the user in a form, I think it should look more like this. [form]![searchprompt].searchword. A little more detail would help.
  4. frostysnoman

    Populating a table, based on a subform

    Hi everyone, This might be very simple, but I can't see to figure it out. I need to relate two tables, with a third. I have one table called data, one called all, and one called components. Rows in data need to be linked to some rows in all. Using the old autoDB, you can create a DB for...
  5. frostysnoman

    User Select fields for query

    Sql SELECT data.DAIBID, data.Region, data.Country, data.Project, data.Start, data.End, data.Implementer, data.Amount, data.Practice, data.[DAI Group], data.Client, data.[Project or Contract #], data.[Key Personnel], data.Subcontractors, data.[Contract Type], data.[IQC (if TO)] FROM data WHERE...
  6. frostysnoman

    User Select fields for query

    Hi everyone, this might not be possible in Access, (2k) but I need to create a form that allows the user to select filters to a table, first country, second client, third implementer, however the query needs to return the full list if nothing is selected. I.E. can select from any of the three...
Back
Top Bottom