Search results

  1. D

    changing multiple records at once

    Hi i have a splitview form that has a sub form which is a continuous form. On the continuous form there is a start and end date for each record. i would like to be able to change all the start dates on the continuous form by selecting a date once and hitting update or something like that...
  2. D

    Query question

    Hi guys, I have a query called scaffoldTotalCostQuery that has all the costs associated with a scaffold tag Grouped by scaffold tag number. I am trying to add a new field in this query by adding a second query(called MiscScaffoldCostQ) to this. which also has costs associated with the...
  3. D

    Filter issues

    Hi guys I have a button that opens a second form and filters that form based on a text box on the first form(which remains open). the problem is that it does not filter the second form unless the second form is already loaded for some reason. for example if i click on the buton it opens the...
  4. D

    Conditional formating using Dlookup

    Hi Guys, I have a subform named [PMQuoteQuerysubform] and in this i have a textbox named
  5. D

    Linked forms question

    Hi Guys I have 2 forms that are linked, the forms are [EditListPriceStart] with the PK being 'DateName' The second form Is [EditListPrice1] with the FK name 'ArticleDateNumID' The Main form is a continuous form and i have the togglelink button at the end of each record The second form is...
  6. D

    Linked forms issue

    Hi I have a set of linked forms that usher the user through a series of forms inorder to create a quote the forms have 2 fields each and then subforms attached to them. the forms are linked like this SalesNUM(PK)--- ---------------------->SalesNumID(FK)...
  7. D

    Brain tickler

    Hi guys, I have an agreement details table that i can query and get a rate table that looks like this depending on what Agreement type is picked Rank Rate GF $110 FM $90 JM $75 3rdyr $70 2ndyr $60 1styr $50 Thats the easy part, I need to figure out how to...
  8. D

    Text box not listening to instructions

    Hi I have set an on click for a combo box to update a text box, the problem is the textbox lags and doesnt display the right information in the box until i either click onto the text box or refresh the screen I only have one event procedure attached to the combo box Private Sub...
  9. D

    form needed

    Hi guys, I have a ScaffoldPartLogTable that in the first field of the table is the primary key(scaffold Tag) the second field is a Child Job number identifier which is easy to handle. the rest of the tables field are part numbers(roughly 240 of them). what I am trying to track is...
  10. D

    dynamic form needed

    I have a job table that has a job number as the primary key and the rest of the feilds will be part numbers that i need to apply quantities to. i have roughly 240 parts that can go into a job however i will only have roughly 10-to 20 at a time that needs to be entered into the table. i need to...
  11. D

    Hello

    Hey guys I'm New to Access And have begun a daunting task of creating an ALL encompassing database that actually works for the 8 people in my office so that i can receive funding to Launch a website to run nationwide. I will be asking a lot of questions so be ready hahah
Back
Top Bottom