Search results for query: *

  1. D

    Lost in a loop

    Thank you, thank you! That's done it. Honest....I was just about there!!
  2. D

    Lost in a loop

    Thanks for that. Still doesn't seem to do the trick. Although it does pop the error message, it keeps looping and then always returns true at the end of the function. I will keep messing around and hopefully I can work it out. Thanks for the assistance.
  3. D

    Lost in a loop

    Apologies if this is not in the correct section. I'm having a problem validating controls by looping through all controls on my form. So far I've got : If ValidateData(Me) Then 'do database update In my validateData function I have : Private Function ValidateData(ByVal ctl As Control)...
  4. D

    Refreshing parent form

    Thanks for that JuggaloBrotha. That was just what I was looking for.
  5. D

    Refreshing parent form

    Probably a daft question, but I'm new to this. I'm having trouble refreshing a grid on a parent form when udpates to a child form are made. I have a grid on my parent form and when an item is double clicked, it opens the child form where the user can update or add new items. I have a grid...
  6. D

    Oracle reference guide

    Wondering if anyone can point me in the direction of good reference guides for oracle with .net. Just got a new job, so will be going from old school asp / SQL Server to VB.net / VBA with Oracle as a back end. Never used Oracle, so anything that highlighted the main differences between T-SQL...
Back
Top