Recent content by TidusBlade

  1. T

    Open Word + Document using a button?

    I was wondering if it's possible to a button with VB code that opens up Microsoft Word with a document already sitting there, so the button always opens up Word and the same document? I tried googling and the only solution I found was opening Word only. I was thinking if it's possible to let VB...
  2. T

    Complex button help

    Hey :) I am trying to make a button that does the following; Copy the current open record into a specific table and then delete the record from the initial table, then it should open up Microsoft Word with a pre-defined document already there. I tried messing around with the macro of the button...
  3. T

    Adding a suffix/prefix to a field?

    Thanks for the quick reply buddy :) And yeah guess it's cleaner and better, thanks for the tip!
  4. T

    Adding a suffix/prefix to a field?

    I know the answer might be really obvious, but 20 minutes of googling didn't help and so I came here :) I also tried searching the forums, but nothing to what I am trying to do. I have a table storing records for DVD burners, and one of the fields is DVD_Access_Time which is an integer. One of...
  5. T

    Use a combo box to determine form contents?

    Thanks rainmain, subforms sounds like what I'm after, I'll give them a try now :) Sounds easy enough for what I just read about them, but I know I'm gonna screw that up aswell xD Thanks again buddy.
  6. T

    Use a combo box to determine form contents?

    Sorry for the foggy and unclear title, can't really find the right words so I'll get to the point. And in case anyone shouts out Google, I did try searching for 30 minutes with no luck and did check out the combo box wizard thingy ;P I'm trying to have a form where the first object the user...
Top Bottom