Search results

  1. B

    command buttons and filters

    appologies if my terminology is out! thanks for the help, support and your time in answeing my questions What I mean by 'run time' is when the program is actually running, not in design mode. I have got to the bottom of it, and learning every day!!! thank you all for the input!
  2. B

    Developer best practices

    Mmmn...this fell over today.... I used replication, to create the database for the user input. Then I made some design changes and the replication failed ! at such an early stage of development this is not such an issue, but in the long run it could be a problem if the tables became too...
  3. B

    User input from textbox on form to table

    use the new form wizard...
  4. B

    Check Box 'Date Confirmed'

    thanks for the input. I've been puzzled as to how i can lock/unlock (or whatever...) the control on each record as I navigate through. Will the 'on open' event reset for each individual record? I have been playing with this and need the record locked or unlocked on a 'per record' basis not...
  5. B

    How to display the result of a substraction of two box

    check out this link... http://www.mvps.org/access/datetime/index.html
  6. B

    Check Box 'Date Confirmed'

    Hi I want to tick a check box next to a [date] field on a form which signifies 'date confirmed' on clicking the check box, I'd like the [date] field to be greyed out/locked/font colour changed etc... any thoughts on how to do it??? Thanks
  7. B

    Help with opening a sub form with code

    Hi All, how do you open a form and a sub form using VBA..? I need to be able to pass a data string to an openform/findrecord sub. The form I want to pass the openform/findrecord command to, is a sub form. I can get it to open as an individual form but I want to open the parent form and have...
  8. B

    trying to add data to a filtered list

    looks like the underlying problem is your tables... open a new database and try the following: Create new tables: tblTeachers & tblChildren link many children to single teacher, you should then be able to create a 'teachers form' then add a 'children sub form' to create your matrix and filters.
  9. B

    Updating a list box

    Hi I have a list box which contains project references for our customers, this list box is populated from a query. I want to be able to update the project ref and at the same time update the list box. how do I update the list box so that the query references a particular value in a field on a...
  10. B

    Developer best practices

    Thanks for the tips, can anyone give me a quick dummy's guide to replication please??? Thanks
  11. B

    Developer best practices

    HELP....developer best practices Hi and thanks for all the help so far..... When it comes to developing Access, what is the best practice given this scenario. The database I am developing will be multi user, I have created the table structure and a few forms to input the data into. My boss...
  12. B

    Help ... Major Boo Boo

    Thankyou to all who responded... I have now recovered the database and will not do anything as stupid as that again!!! Thankyou
  13. B

    Help ... Major Boo Boo

    all the check boxes... sorry I just wasny thinking...
  14. B

    Help ... Major Boo Boo

    I've just made a major mistake.... On messing about with my start up settings i have managed to lock myself out...!!! what a ****!! how do I / where do I look to reverse these?? Please help
  15. B

    Maths within a table

    Thanks Colin. That makes perfect sense
  16. B

    Maths within a table

    Hi sorry if this is a dumb request.... I have a table in which I store: 'cost price' , 'sell price' & 'Profit' what method can I use to automatically populate the 'profit' based on the entry of 'cost' and 'sale' price??? Thanks in anticipation
  17. B

    command buttons and filters

    Hi, Thanks for the reply... that's what i tried to do, but when i clicked it in run time, it came up with a dialogue box asking me 'Enter Parameter Value' do I have something wrong with my relationships?
  18. B

    command buttons and filters

    Hi...total newbie here trying to get out of the blocks! I want to be able to open forms with a button and filter in the process. I have Customer details in a table I have Site details in a table I have Product details in a table From my 'frmCustomer' I want to hit a comand button to open...
Back
Top Bottom