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 strongm 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: LMBag
  • Order by date
  1. LMBag

    date won't save

    Ok Here's what to do this seemed to work for me. The text box which is to contain the date set that formatted to the type of date you want, eg. short date. Then on the form load procedure use the Now command instead of Date. This seemed to work for me. So it should look something like Private...
  2. LMBag

    date won't save

    In your table check that the corresponding field is formated to a date. If this is ok. Check that the table and form are bound properly, ie. the text boxes are all bound to the form, spelt right etc. Try these, if all this is ok, get back to me. LB
  3. LMBag

    Open Dialogue box as modal

    If some one could help that would be great. I'm opening a diologue box, in order to save a file in a specific folder. I think thi is sopme common dialog control. Any way I got the following code from a previous thread, along with a bit more which I stuck some where else. Any way, it works...
  4. LMBag

    Get Current Path name

    Right then, I've figured it out. Dan, your bit of code gave me an idea. I used this bit of code in a module where Path is called in so that Path = CurrentDB.Name . Function FindCurrentFolder(Path As String) Dim TknNumb As Integer Dim StrLen As Integer Dim PathLength As Integer Dim...
  5. LMBag

    Get Current Path name

    Sorry, but that still didn't work, I don't think that was the problem as I work with DAO, and it didn't reckonise CurrentProject.FullName at all. No, it's something with the Mid function, no idea what mind you. It wants an array. Your code has given me some ideas though. By the way thanks for...
  6. LMBag

    Get Current Path name

    Hi there dan and im, Yeah I thought im's suggestion worked, however when I implemented it properly in my working programme, it just returned the Network drive I was working in (J:\). I have a problem though, I pasted dan's code above and tried that, but it gave me a compile error and said it...
  7. LMBag

    Get Current Path name

    Cheers im, I knew it couldn't be that hard, I think I'm just having a thick day.
  8. LMBag

    Get Current Path name

    I have looked for this every where can't seem to be able to find it. I want to get the path name of the current directory that the database is open in. So for example say the file is open in some directory C:\Quotes\stuff , I want to be able to return this as a string. I know it must be...
  9. LMBag

    Creating a button to automatically export report to word.

    Juddy, thank you for your advice. Unfortunately, my report is already bound to a table, and here is where it gets confusing, because it is bound to a different table than the report it is opened from is. If you understand my meaning. Therefore the record scource for the report already has...
  10. LMBag

    Count once in report

    Not 100% sure I understand your problem, but have you tried Select Distinct in your query instead of Select. This would eliminate the same number being displayed twice.
  11. LMBag

    Creating a button to automatically export report to word.

    Iam tyrying to do the exact same thing, but haven't worked out how to output only the one report that I have selected in my from. Could you shed any light on this for me. Cheers

Part and Inventory Search

Back
Top