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 Mike Lewis 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: *

  1. gwilym40

    Write conflict using linked SQL tables

    Hi I have an Access 97 Database with linked tables to SQL. if multiple users access the same record at the same time - the first user who committs is ok, the second user gets a write conflict - this isn't the bit fields problem (using a default value of 0 in SQL - I've had that !) - can anyone...
  2. gwilym40

    filter a combo box from a value in another

    Thanks Tarwn I'd be interested in the javascript to hold the arrays. If you had an example that would be great - I'd need to build the arrays dynamically i.e. from the 2 recordsets containing service and area - I'm abit of a novice at all this so an example would be great tony
  3. gwilym40

    updating a SQL server table from an access form

    I've created a table in SQL which links to an ASP - the user submits data through the asp which updates SQL. The owner needs a front-end access 97 database whereby he'll get a form showing the data from the SQL table (I've done this bit as a pass-through query which a form reads off) what i'd...
  4. gwilym40

    filter a combo box from a value in another

    Hi I have a query in access with 3 columns ID, service and area The first combo box in the asp takes the ID and distinct service from the query I'd like the 2nd combo box to filter the area values based on the service chosen from the first. thanks tony
  5. gwilym40

    editing a SQL table from Access 97

    Hi I have craeted a pass-through query in Access 97 based on a table in SQL, and a form has been created based on the saved query - when I click details for a particular record in the form I'd like another form to open whereby the user can add/edit the record which will in turn update another...
  6. gwilym40

    launch frontpage

    Is it possible to launch FrontPage from Access 97? as in you would with excel or word? e.g. Dim ExcelSheet As Object Set ExcelSheet = CreateObject("Excel.application") ExcelSheet.application.visible = True Regards
  7. gwilym40

    populate text box from combo-box

    yeah when a user selects a name in the browser
  8. gwilym40

    populate text box from combo-box

    Hi I have a combo box as follows, where name is what shows and ID and email are hidden. <p><font face=&quot;Arial&quot; size=&quot;2&quot;>Select your Name <select name = &quot;reqname&quot;> <option value=&quot;&quot; select>Name</option> <%Do While Not rsname.EOF Response.Write...
  9. gwilym40

    give users access to query window

    Is there any way, with a secured Database, that you can give certain users access to build queries (select queries only and read-only) or any shareware programs that would do something similar - like a SQL builder or something (it would have to be 1 or more tables they may want to build queries...
  10. gwilym40

    insert array? values

    great thanks I just changed idate = DateAdd(&quot;m&quot;, idateadd, Format(Me.initial_month, &quot;long date&quot;)) to idate = DateAdd(&quot;m&quot;, idateadd, Format(idate, &quot;long date&quot;)) and it works fine thanks very much
  11. gwilym40

    Print Word Doc from Access

    brilliant thanks
  12. gwilym40

    Print Word Doc from Access

    Hi After using an application.followhyperlink to take someone to a word document, can you print out that word document automatically from access? regards
  13. gwilym40

    possible form based on a array?

    I have a form wherby the user chooses a frequency of Monthly, Quarterly, Half-Yearly or annually. They then choose an initiation date. and a life-span there is another form wherby the user can see their 'risks' that are due for review. for example if the initiation date for risk number 001 is...
  14. gwilym40

    manipulate word bookmarks from access 97

    I have a word document set-up with bookmarks created e.g. appendix_1 Hoe can i, from access 97, click on an appendix_1 button and launch the word document, automatically taking me to the bookmark appendix_1 in the word document? any help appreciated jacq
  15. gwilym40

    requery a subform

    yeah I've tried that but no luck
  16. gwilym40

    requery a subform

    I've seen loads of posts about this, none of which work for me. I have a main form with 2 sub-forms double-clicking a field in one subform runs an insert into statement which updates the 2nd sub-form. However its only when you move forward a record and back again that the 2ns sub-form is...
  17. gwilym40

    referencing a subform

    thats great thanks - unfortunately, it now doesn't like the DoCmd.GoToRecord acActiveDataObject, , acNewRec??
  18. gwilym40

    referencing a subform

    I've got some access code which has been working fine - not now though!!! on my main form, a pop-up form appears which when a field upon the pop-up is clicked, it adds data to a subform on the main form - below is part of the code - it now doesn't like the docmd.gotocontrol...
  19. gwilym40

    URGENT - empty subforms

    great! that works thanks alot

Part and Inventory Search

Back
Top