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 wOOdy-Soft 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: macca007
  • Content: Threads
  • Order by date
  1. macca007

    extract certain characters

    Hi all, I would like to extract certain numbers and characters from string of letters and numbers e.g 3452_dx2443_joeBloggs what i would like to extract is the dx2443 which is the example patient hospital number it always starts with 2 letters then followed by numbers. i only know very...
  2. macca007

    Get next filename still not working

    Hi i have this code which gets the filename and adds to the database. However the code to get the next file is: Me("hospno") = dir Which works but does not execute in my code. I used the msgbox dir which shows me next file in the folder. However this is not added to my database. Could...
  3. macca007

    Get next filename

    Hi the code below gets images stores the id and filename to the table tExternal. My problem is highlighted in red, what seems to happen it only pics the first filename and copies that to the database. eg. id hospno 1 snap1.jpg 2 snap1.jpg 3 snap1.jpg What i would like...
  4. macca007

    Advance VBA Code - need some assistance

    Hi all, I have this code which looks into the path of the folder of images and loads the images (one big image and the other a thumbnail). My question is, How do i get the filename from the file? (i have higlighted the code in red where i would like to store the filename) The code is this...
  5. macca007

    DBpix Load images

    Hi, I am currently using dbpix to load images to the database (the images are linked not embeded). However the sample database i got from http://www.ammara.com/downloads.html uses a button to load the images to the database and then stores them. The feature i would like in my database is to...
  6. macca007

    Batch Printing "Letter"

    Hi all, I have created a mail merge document with suppliers address. I have a table called tblSuppliers which contains addresses for many suppliers. My question is, can it be done by code to press a button and it will loop through each address and print the letter off. There is only one...
  7. macca007

    Goto very first record in listbox and highlight

    Hi, My situation is after person has selected a patient from a combo box, many treatments are shown in a listbox (1 to many relationship). What i would like to do is when a patient is selected from combo box i would like the first record on the listbox to be selected and highlighted. Can this...
  8. macca007

    Subform control criteria

    Hi, all Basically i am tryin to make a reference to control that is on a subform. The main form is called Patient4 the subform is called frmTreatmentSecton and the control (textbox) is called txtClinDet the criteria i came up with is this...
  9. macca007

    Web page not showing properly

    Hi, this my first website i have constructed it displays well on dreamweaver and my computer when i run it. However when i upload to our server comes out quite messed up. Its particularly effecting the scrolling layers (when user uses mouseover to scroll up and down the web page layer would...
  10. macca007

    error parsing styles

    Hi all i get this error error parsing styles on this line of code. The "<a href" is underlined in red. <div id="down" style="position:absolute; left:942px; top:505px;<a href="javascript:;" onclick="return false" onmouseover="dw_scrollObj.initScroll('wn','down')"...
  11. macca007

    run time error too few paramters expected

    Hi i get this error when i run my application. Could any of u hav a look at this code and check if theres something wrong. I think the error is within the sql section. strSQLContacts = "SELECT tblSupplierAddress.SupplierName, tblSupplierAddress.ContactName, tblSupplierAddress.Address1...
  12. macca007

    batch conversion using paint shop pro

    Hi all, My situation is to convert several images that are tiff from a folder to jpegs. Is it possible in access to call paintshop pro and do this conversion, since paintshop pro has batch processing facility incorporated. If so can anyone provide me with an example so to get me started. I...
  13. macca007

    Converting tiff to jpeg

    Hi all, I have access 2003 on windows xp. My situation is i would like to convert a tiff file to a jpeg file. Has n e body done this before in access using vba code. Or is there code already done that i could use. Or something that could get me going. Cheers
  14. macca007

    Checking a value on listbox, but not working

    Hi all, I have this code which checks the value on the listbox if true then it will display msg, if false will also display msg with different txt. If Me.lstClinicalDetails.Column(5) = "avm" Then ' Me.TrigemRC.Enabled = True MsgBox "trigem" Else '...
  15. macca007

    upgrade to acces 2003 mail merge not working

    Hi all, I just upgraded to access 2003 and found that me mail merge (word 2003)is not working. It loads ms word but does not populate the data source fields. Previous version of access was 2000 and office 2000. Just got new computer from work and tried if database i created is working...
  16. macca007

    I have installed WiFi? But how do u set a password

    Hi all, My brother installed wifi on our pc (linksys) but he did not secure it. My question is how do u set a password otherwise our neighbours could have free internet access. This wifi thing is new to me so if you could describe it step by step how to secure our wifi it will be mostly...
  17. macca007

    multiple attachments best way to go about.

    Hi i hav code which found from this website to send attachments. My dilema is that i know the location of folder where the jpg files are. Is it possible by just supplying the folder path vba access can some how get all the files in that folder and attach it to outlook. So far this is wat i got...
  18. macca007

    zip not fully working

    Hi all i am tryin to zip a folder but it does not seem to work. The folder Path is C:\Documents and Settings\macca\My Documents\test2 the code am using is sZipName = "C:\Reports.zip" sFileName = "C:\Documents and Settings\macca\My Documents\test2" Shell "C:\Program...
  19. macca007

    fixed tabs

    Hi all when i click multi row for tabs, which appear on both rows. Is it possible if click on the top row tab, preventing it to move down ( the bottom tabs move up and top tabs move down). I can see this being confusing for clients. Is there way that the tabs don't move. cheers
  20. macca007

    Empty fields in table

    Hi all i would like to know if some fields in the table are empty i.e not used. Does it occupy space (does the database increase in size) cheers

Part and Inventory Search

Back
Top