Search results

  1. B

    Help with function declaration

    I am new to using modules so please bear with me, I am trying to write a module with some commonly used procedures in my forms to save on time coding. This is just one of them but the rest will all be similar so it should suffice to help me. The module code is: Option Compare Database...
  2. B

    Sub form showing data from privious record on new record

    I have been looking for a similar post to my problem for an hour now and the closest I could find is http://www.access-programmers.co.uk/...reset+rec ord I have a Form, Form1, with a sub form, Sub1, that are links threw a text field that is the primary key for both of them. Sub1 is hidden by...
  3. B

    Formating text field on run of a reaport

    Ok this is a two prater. First I need to figure out how to change the background color of a txt field in a report based on its value when the report is viewed. More specifically, I have a report in witch I want to the add the functionality that if a field is blank, but they should have put...
  4. B

    Error 3464. Query worked fine when fields where number, but not with text.

    Ok. I had an earlier post, http://www.access-programmers.co.uk/forums/showthread.php?t=121599, asking how to get a delete query to run in a form. At that time the field being used to look up the records was a number field. Recently I relised I will need to let them put letters into the field...
  5. B

    Forcing Subforms to populate Child filed

    Most if this is a discription for anyone trying to help that needs more then the actual question. Skip to the last paragraph for the actual problem. I have a form, Frm Art Sheet, with a sub form in it, Frm Numbers Catagory, They are linked using a unique key from the table for the main form...
  6. B

    Runtime Error 3061 when trying to execute Delete Query

    Hi, I'm trying to creat a form that will delet the related data from a sub form when the check box on the main form that controls the display of the sub form is set to false. I've had lot of exsperiance with C++ and some with Visual and C #, but this is the first access report I've writen that...
Back
Top Bottom