Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nevstic

  1. nevstic

    Populating a form

    Now that's clever ! why did'nt I think of that.....! thanks DougyP your a gem. Best rgds Nick
  2. nevstic

    Populating a form

    I wonder if anyone can help please I have a form based on a table which has one field and which contains 3 days of the week, mon, wed, and thurs. I refer to these dates from a list in a main form. I have to manually enter the dates in advance which is a bit time consuming and I wondered if there...
  3. nevstic

    befroe update query

    ok many thanks for your help i am going to try this one, it does'nt look that simple but I like a challenge thanks again Nick
  4. nevstic

    befroe update query

    G'day all would anybody have an example which shows how to test a form for validation in the before update section. I am trying (without much success) to check to see if all the controls / fileds have been completed, before closing the form. I would like to do this with a VB yesno if I could...
  5. nevstic

    onleaving a control

    Hello all I am trying to check my various controls 0n a form with something like the following If Isnull me.XXX then control. set focus. cancel=true what I think I need is to get my code to check all controls in one piece of code rather than duplicate my code for every control,and then say, a...
  6. nevstic

    vb yes no question

    wonderful....many many thanks indeed best rgds Nick
  7. nevstic

    vb yes no question

    Hi and thanks fopr the quicko response fromyou both. Jimlee could you go a little deeper for me as this is new to me The Int answer piece goes red ! and IO don't understand ? do you have a more complete example ? Many thanks Nick
  8. nevstic

    vb yes no question

    Greetings all would you help with the following please I want to prduce a report on a vb yes no box, I have the first bit, but my report prints on both the yes answer and the no too ! could you fill me in please or is there an easier way than my attempt ? Private Sub Command81_Click() On Error...
  9. nevstic

    using the len expression in query pane

    many thanks for your quick reply now it works for me ! Rgds Nick
  10. nevstic

    using the len expression in query pane

    good evening all would anyone please be kind enough to show me how to use the Len expression in a query pane I Have so far this much expr:len([name]) but I would like to show only the first 4 characters in the query result, so far I only get the number of names thanks nicky
  11. nevstic

    Combo check

    Yes ! wondeful. thankyou so much....beer's on me. Best rgds Nick
  12. nevstic

    Combo check

    Hi ther grandkathy many thanks for your reply I put this in and it works up until here and seems to have a problem with this bit .Open "ltblKeyWords", cnn, adOpenDynamic, _ adLockOptimistic I am in XP office by the way, I am not sure which version that is apart from Office XP...
  13. nevstic

    Combo check

    Could you help with the following please I have a combo box that I wish to add a name if not already on the combo list / Table. Is there a way to check and then ask I want to add the new record to the table and therefore combo afterwards using VB many thanks Nick
  14. nevstic

    help wih "public" thingys please

    Hi there again that worked just beautifully ! and also helped me to understand. Could I prevail on you to explain on other thing for me. Could I have used the Control scource for referencing the name of this public function or is that something completely different ? rgds Nick
  15. nevstic

    help wih "public" thingys please

    Many many thanks for your quick reply, I will work on this. thanks also for your explanation. best rgds Nick

Part and Inventory Search

Back
Top