Recent content by Vallan

  1. V

    Find posts which are between two field values

    Thank you for your help. I have developed it a bit more but got stuck there also. In table 1 i have stored all the distance to different places from my locations. (we have several units around the country.) In the form i have 2 unbound comboboxes cascading. So if i chose company 1 that...
  2. V

    Find posts which are between two field values

    Hello. My mind i stuck with this problem wich i hope someone easily could give me a hint how to make it possible? :banghead: I have two unbound tables. One table contents From........ Too.......... Distance... The other table contents Company.. Min_km.... Hi_km...
  3. V

    Help with a listbox

    Cant it right. Have tried all kind of thing but with no luck. Any one who can give me a hint i apprecciate it.
  4. V

    Help with a listbox

    Hello. Probably has this issue been up before bnut cant find it. We have upgraded our system to access 2010 and there im stuck with a problem. I have a form with a listbox. i want to make a choice in the listbox and click open. Then all the information about the person comes up in a new...
  5. V

    Sequent number

    Hello. I know this issue has been up here quit often. Have tried to search for an answer and have come a bit forward to my solution. But not all the way. Here is my issue.....: I would like to have a sequent ordering id but for 2 companies. like this. company A has an ordering id...
  6. V

    Headline from a listbox

    Thanks for your help. But it was not quite what i am looking for but i explained a little bad. I want the headline in a textbox like i show in the word doc. Matt
  7. V

    Headline from a listbox

    Hello. I wonder if this is possible? I have a form with tabs. In the first tab i have a listbox. What i want to make is a headline in the form by the value i choose in the listbox. Thanks for help and i hope i explained well enough. Matt
  8. V

    Is this possible?

    Sorry have tried to search the forum for help but cant find it. I am a beginner so thats why i ask for help. Mattias
  9. V

    Is this possible?

    Hi. I would like to ask if its possible to close down a DB if it hasnt been used for 10 minutes? I have a db with many users on different computers. They forgett to shut down the db when they dont use it. So would it be possible to automaticlu shut down the db on a computer if it has been...
  10. V

    During next week

    Probably i have made the solution to complicated but thats what you do when you are a beginner. Dont laugh about my crazy coding. :o I have made 3 new fields in the forms query.... where i make the date to weeks. I hope you understand. And im sure that you can use the date fiekld only to...
  11. V

    During next week

    Hello. I just want to ask if it is possible to make so that the user only can make a order if the date is happening during next week? I have made a form where the user can make an order for the next week. I want to make it impossible to make posts that dont have a date that comes during...
  12. V

    Errormessage

    Sorry. Maybe it was wrong to call it error message. The message that pops up is to tell you that there woul be a double insertion with the input you are making now. They cant make 2 things of the same. its a foodorderingsystem so i made an index so they cant make the same order twice...
  13. V

    Calendar

    How do i fit this in the code i use today? Or shall i remove the access calendar? Private Sub Datumtest_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) ' Unhide the calendar and give it the focus ocxCalendar.Visible = True ocxCalendar.SetFocus ' Match...
  14. V

    Calendar

    Well its a foodordering system so they have to be able to make order in the future but not backwards. What i mean is that...... i will order food for me tomorrow then i dont want them to be able to make an order choosing a date that already have been. It would make problems in the control...
  15. V

    Errormessage

    Hi tried your way. It generated a popup box with Error: 0 Desc: After i click ok i come to the ordinary error message. Sorry im a beginner in this. Can you give me advice? Mattias
Back
Top Bottom