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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rostulya
  • Content: Threads
  • Order by date
  1. rostulya

    Another BoundFrameObject Question

    Here's the code fragment that i'm using: myPath = FileD.SelectedItems(1) Form_Samples.olePhoto.OLETypeAllowed = acOLELinked Form_Samples.olePhoto.SourceDoc = myPath Form_Samples.olePhoto.Action = acOLECreateLink Works like a charm, BUT, after picture is added to the form, it opens MS Paint...
  2. rostulya

    Bound Object Frame Question

    Hi. Here's the problem that I have. I have an unbound form, with bound object frame control on it, which I use to store photos of products. When user clicks 'Save' button, this code is executed: Dim rst As Recordset Set rst = CurrentDb.OpenRecordset("select * from Samples where ID = 0")...
  3. rostulya

    event firing

    can't find it anywhere. in code, i need to fire an afterupdate event for a combox on another form. how do i do it? thanks in advance
  4. rostulya

    Changing DataEntry property for subform

    Hi. I have an unbound combo box on a subform, that suppose to show a whole record information based on a selected value. hope u understand what I means:) specific of my task makes me change dataentry property of that subform (using option buttons). i alreasy know that this unbound combo box...
  5. rostulya

    Nasty thing

    Hi. I'm having a bit of a problem here. I have a subform, that has a field named 'ID' that contains a primary key(autonumber). When the form is opend, it shows the 'autonumber' in this field. But as soon as i start filling in other fields in the subform, it changes to zero. I cant figure it out...
  6. rostulya

    What to learn?

    Hi. I am in a situation right now when i NEED to fina a decent paying job. A while ago i finished pretty prestigeous computer school, but never found a job - wasn't motivated enough. So, i feel that i'm capable of learning a new language on my own. Is it even possible on today's market to kearn...
  7. rostulya

    What to learn

    Hi. I'm one of those guys who's dreaming about programmer's job. I've been told that C# is 'hot' right now. I do understand that this is the worst (probably) time to be looking for a career in programming. But it's my only otpion at the moment. I have some programming background, and have...

Part and Inventory Search

Back
Top