Search results

  1. R

    Access 2010

    thanks, i did manage to relate by using lookup fields. thanks again!
  2. R

    Access 2010

    I've installed access 2010. But now i cant set relation ships, (it's grayed out). Any chance i can find some help on the internet?
  3. R

    Dont loose the display information

    Hi guys, I'm glad you guys are looking into this problem and helping me out. I'll try to explain the following: Setup: two tables. one with all the main data and one with just name and a unique number. in the main database i want to save the names and what the persons have done. e.g. It's a...
  4. R

    Dont loose the display information

    access 2002 and it does have the DoCmd
  5. R

    Dont loose the display information

    i can add my form if you wish to see what's wrong....
  6. R

    Dont loose the display information

    I've tried that as well and it still comes up with the same message.
  7. R

    Dont loose the display information

    the combo is set to Yes. I tried to change it to no but it comes up with an error message. regards DoCmd.GoToRecord , , acNewRec It comes up when I save it with: DoCmd is not a recognised Macro.
  8. R

    add a query to my form

    I like to count all the records that have a True (Yes/No) returned on a checkbox. e.g. All customers that have been 'checked'. I like to have this single number come up on my form.
  9. R

    Dont loose the display information

    i still ahve some other issues. I like to start with a new record when i open my form. However at the moment I get to see the first record in the table. is there anything i can change to get a new record when i open the form?
  10. R

    Dont loose the display information

    I've tried it. but what happens now is that I cant add a name at all! it stays blank. I've used the following syntax in the after update event: Me.Push Out.DefaultValue = Chr(34) & Me.Push Out & Chr(34) is there anything that i do wrong?:confused:
  11. R

    Can anyone help me?

    1 I have agreed this that it should become a stand alone application... does this mean that a page can be viewed and used using a browser like IE? and a form needs to be used within Access?
  12. R

    Dont loose the display information

    thanks guys. i'm going to try it out straight away
  13. R

    I've acutally sorted it out. I was working in a page not in a form. But still the buttons that...

    I've acutally sorted it out. I was working in a page not in a form. But still the buttons that are 'custom' made are not working. I dont want to use the buttons that are there. i need to have a save button a new button and a delete button. I presume i cant have the form working without...
  14. R

    Dont loose the display information

    I'm designing a form where certain data like names should be displayed all the time. I'm using a different table to get the names (drop down button). but everytime i save the record i loose all the input info including the names. Whereas i need to keep those names until I change them. How can...
  15. R

    Can anyone help me?

    I've tried to create all above in a page first. now i'm trying to do it in a form. this means i can use toggle buttons as well as tabs. However I'm confused now. I'm not sure if the people who will use my database will have MS access installed. i thought that using a page means i can use...
  16. R

    Can anyone help me?

    well. i've added the delete, new and save button to the form and only one record can be saved when pressing the save. new/delete and save do not work after that.
  17. R

    Can anyone help me?

    All the data will be data that can not change except for one field. that has to be changed (time). so i guess it is unbound??
  18. R

    Can anyone help me?

    yes you are right in the first part. do you know how to do it? or can you get me on the right track? It's like an entry form where you being asked to enter a coutnry or state and you will have to pick it from a (drop down)-list. I've looked at more controls but that takes me to all programs...
  19. R

    Can anyone help me?

    You are right in both occasions. Sorry but i'm only a beginner. I have a form. I want to use it to input data. Although some of the data has to be managed by myself and i've created a table called name which only consists of a unique number field and a name field, some of the data of the name...
  20. R

    Can anyone help me?

    Hello, I've just started with Access and SQL databases. I've now created an input window with mostly y/n check boxes and drop down lists. Now i like to save my data in my main dB after I've ented the data. However I use another dB to get names using the drop down lists. How can i save the those...
Back
Top Bottom