Search results

  1. G

    Add New record using a listbox

    I have added an attachment where someone could tell me if I have my form set up wrong or not or give me help on the above mentioned question.
  2. G

    Add New record using a listbox

    Thanks you understood correctly, I am trying the different methods, but am still ending up with same outcome - Open form acts as though being updated but no TaxID in the combobox for new record. Thank you for your help - I will keep trying with the directions you provided, I knew I had to do...
  3. G

    Add New record using a listbox

    Add New record using a listbox/ Added Attachment I have a mainform where TaxID is used in a combo box to add new records. The problem is not all of my paperwork will have either a SSN or EIN on it to filter the combo. What I would like to do is use a searchform that has a listbox w/names and...
  4. G

    Auto Install Front end

    Try this - I have gotten to work, but am having an error on access 03. I have verified with the developer that it works on 03 but getting a error 3270 might take a look http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='BE%20Update%20Utility.mdb' The " ' " at the end does go on...
  5. G

    Error 3270

    Thanks for the reply - sorry didnt copy everything Public Function adhSetProp(obj As Object, strName As String, varValue As Variant) As Variant
  6. G

    Error 3270

    I am using the following code in a backend updater that's on roger's access library. Testing on two machines mine is running XP Home w/A2K3 and gets a error 3270. The other XP Pro w/A2K and works perfectly. I have verified that the DAO reference is 3.6 on both. Everything seems to update...
  7. G

    Opinions - Runtime A2K3 to A2K7

    I have been developing a database to be sold for the last year and half. I knew from reading here and else where that I would eventually need to buy the developer extensions in order to create a stand-application. This is to allow the use of access runtime for people that do not have access on...
  8. G

    Unsafe Expressions A2K2

    Yep, found that out...Good thing I made a back-up before trying it out. I guess we will just need to break down and upgrade to 03 at work
  9. G

    Unsafe Expressions A2K2

    Thanks Moniker for the reply.. My Access 2003 is set to low, the problem is the work pcs are access 2002. After thinking about maybe I could just convert my build down to 02 would that work?
  10. G

    Unsafe Expressions A2K2

    I have recently deployed an application at work [work pcs all running A2K2], built with A2K3 on home computer. I split the database housing the backend on our server, named server, and using frontends on users pcs. I am running a VB script that takes information from another linked db on...
  11. G

    Form within Form

    Is it possible to open a new form within a form. Looks like a subform, but isnt there is no parent/child links.
  12. G

    Need advice: Explorer

    By searching the forum I found a link to the attached sample database where you can explore the drive of the pc from access. I was wanting to use this (or some form of this) for a customer form I have for our archived files where PDFs are stored. What I was wanting is a text box on my form...
  13. G

    Calling a VBScript in a directory

    Thanks for pointing me in the right direction. When calling the visual basic script you need wscript.exe (this is what I was having problems with) So for all beginners like me it looks like: Shell "wscript.exe C:\path\to\your\script.vbs"
  14. G

    Calling a VBScript in a directory

    Hello, I have a VBScript that when clicked on opens the command prompt and fires code to upload a query to my website. What I would like to do is place a command button on my form that will call the script to run instead of having to go and click on it. I have searched, maybe using wrong...
  15. G

    Offline DB showing online results through frontpage

    Found this interesting http://www.databasejournal.com/features/msaccess/article.php/10895_3491216_1 I have read this article and downloaded the examples, I can get the orders to show up (that is already in db) but cant get anything I add to pop-up
  16. G

    Offline DB showing online results through frontpage

    I have googled and search for this subject and am more confused now... I am running an offline A03 db with XP and have a hosted website. Right now I have a separate db online that is used for the results on the website, and it works correctly. I used frontpage to create the form. Now with...
  17. G

    Populate a Word document with a button?

    Would this help... I found this on this forum, maybe it will help. the code will save a doc template to a directory called word. I dont thinkk I have any read me files.
  18. G

    Normalisation (sp?)

    Doc, Thanks for the reply...I guess it boils down to "I was trying to make it more complicated, than I really wanted". I appreciate the advice and will continue with the current format. I am diving into some unknowns as far as access as this point w/charts. I have a very nice query built...
  19. G

    Normalisation (sp?)

    Ok, ok I just confused myself. Your right if I do it by interval I am going to have have a different line for each grid number. I just need to step back for a minute and take another look. Sorry for the confusion I caused on my part.
  20. G

    Normalisation (sp?)

    Thanks for the response, I guess I may have worded wrong. I was planning on having this - 6 column representing 6 intervals, then each year/grid will have 1 line. That way I can just key in the year, grid & interval index values as they become available. Do you happen to know an easy way to...
Back
Top Bottom