Search results

  1. S

    Linking GUID tables

    Hello, I wonder if any body can help. We are using a Pervasive database using GUID. I would like to link tables from this backend into MS Access, which i know how to do. However, as the Unique ID's are in GUID format, they are represented with funny characters not the GUID. The application...
  2. S

    Pictures

    Hello I have created a database which uses pictures, but not OLE, this is so that it will allow me to use a path to the picture but when the pictures are changes as i go through the database, the database crashes or the program just exits. does anybody know of a way to display pictures using a...
  3. S

    Selecting all records in select Query on a subform

    Hello, I have a couple of questions. I have a form which has a List box displaying records where the a Field called Select is set to False. I have put a subform on this form which is a continues form linked to another query from the same table as above, this query shows all records where the...
  4. S

    Images in forms

    Hello, I am creating a Stock database, the Stock information is coming from another application being imported from Excel. The excel spreadsheet contains your general stock information and also a path to where the image of the product also is. I would like to get Access to read the path of...
  5. S

    Password Register a Database

    Hello, I am using office 2000, i am developing a database, how can i add a feature so that users can only use part of the database until they have entered a password. and also is there anyway of stopping users pressing the shift key to bypass the viewing of the main screen etc.. thanks in advance
  6. S

    Reading a HTML File

    Hello, Does anybody know of a way which will allow Access to read the text from a Web Page (html). Is this possible?. Thanks
  7. S

    Using List box to update a query

    Hi, I have a form which is used to search stock records, The results are then presented in a List box. From this list box i would like the user to be able to select a particular record and click a button (or double click the record)and update another Query (Table)which is gathering information...
  8. S

    Sycronise two forms

    Hello, I have created a form (Access 97) where i have a field called Short Description, i have created another form that is opened from this main form, which displays all the short descriptions entered for a particular customer. I would like to be able to open this description form so that the...
  9. S

    Creating a Query using a form

    Hello, I want to create a Query by the user being able to select the criteria using a form. ie, if i have 3 tables, i want to search for an item which is determined by the tables, how can the user enter specific criteria i,e Table 1 (field) And Table 2(field) or Table 3(field). I think it is...
  10. S

    Locking fields once they have data

    Hello, I am creating a database to log calls, i want the date and time to be entered as soon as they start to enter data. What i want to do is that once this information has been entered the date and time for this particular log can not be changed in any way, hence once the date and time have...
  11. S

    Linking a OLE Object but speifing a path using Browse button

    Hello, I am creating a table with contains a list of stock items, along with the stock description i want to add a picture to it. I can do this by inserting a OLE object. But i want to add a browse button so that the user can search for the file to be shown, i.e picture. How can i add this...
  12. S

    Specifying a Path when importing

    Hi, I am using the transfertext method of automaticly import data. On the form i want the user to have the option to specify a location of where the file is, rather than having to hard code the path of file. Can this be done? if so how. Thank All
  13. S

    Using Code to respond to negative Values

    Hello, I want to write an expression to say.. If a value is a negative value then change another field to say 'IN' if not say 'out' I want to know how can i, in code decribe a negative value. Can any body help? thanks
  14. S

    Responding to Negative Values

    Hi, I will explain what i want to do.. you may know of an easier way. I have two spreadsheets (ms excel). I want to import them into MS Access and compare the stock codes. A stock take situation. If they match then subtract the Qty's, if the value of stock is less than the value in the...
  15. S

    Registering Libraries

    Hi, I have a form which includes some of the following Right Format When i try to execute the prodedure with these two statements. I get a message saying they have not been registered. I have tried to follow the help but i cant access the Reference option under Tools>references. Can...
  16. S

    A Deleted Macro causing problems

    Hi, I am developing an application is MS access 97. The problem i have is that i must have created a macro called MainSubMenu a while back but deleted it. When i assign the application to open up so that no end user can touch the tables, forms Queries...etc and i right click anywhere on any...
  17. S

    Error Message: Cant Find Object or Library

    Hi, I get this message on various parts of the database i have created, some code that has been used is from other sources - web etc. I get this message Cant Find Object or Library. and then that part of the application does not work.How can i resolve this problem. I also get this message...
  18. S

    Concatinating Address Lines

    Hi, I have 3 address lines, town , county and a postcode, On a report i would like to print this information but as these are seperate fields, if any information in any of the lines is not entered a gap is left before the next field. Is there a way to stop this? i.e by having all the address...
  19. S

    Prompting the user to ensure they have printed

    Hi, I want the user to be probpted to ensure they have printed the report. i.e - are you sure you have printed? Yes / No box If yes then close the Report Else Do not. I have tried to enter a Msgbox expression on the reports close Event, but i cannot get it to work Any ideas Thanks
  20. S

    Calc Difference between Time Fields and multiplying by a currecny field!

    Thats a large subject line!! Anyway I want to work out the difference between two times, both of which are date/time fields and then multiply this by a rate, i have tried this Hours/Mins*24*rate this works only if the hours/mins is of a whole number. if i have a figure of 9.35 hours/mins -...
Back
Top Bottom