Recent content by Georgina

  1. G

    Report does not preview on another pc

    Hello to you both and thanks for your replies. The users pc's don't have a mapped network drive to the server where the database is stored. I have a pc without a mapped drive working fine (!). The pcs all run either XP or 2000. I've copied the mde but no success. Freakazeud - is a default...
  2. G

    Report does not preview on another pc

    Hi I have an access 2000 database with split back end / front end. Each user has an mde file, which sits locally on their pc, my pc has Access 2003. I currently have aroung 25 users I have 5 pcs (at last count..!) - two with Access 2003 and three with Access 2000 - these 5 pcs cannot view any...
  3. G

    Can't find the object in Visual Basic

    Hi I have an adp with SQL 2000 backend. I am trying to execute a stored procedure via Visual Basic using: Private Sub Command1_Click() On Error GoTo Err_Command1_Click Dim stDocName As String DoCmd.SetWarnings (False) DoCmd.OpenStoredProcedure "Append" DoCmd.SetWarnings (True)...
  4. G

    Sub Reports with no data

    Indeed it is - some of the comments could run onto more than one page, so it felt easier to have them as subreports for each question - I can then run each subreport individually if I need to find all the comments for an individual question. Thanks for persevering with me...!
  5. G

    Sub Reports with no data

    I knew that I hadn't explained this well! The report is basically from a customer questionnaire. The main report includes the company id that the customer responded about and then all the subreports are customer comments about certain questions. Each one of these reports has the customer id...
  6. G

    Moving a record from one table to another

    Hi I did exactly what you were trying to do with a purchase order database, but ended up regretting moving stuff from one table to another (mainly due to user error). What I ended up doing was creating a field in my current table called date completed and then a command button on my form that...
  7. G

    Sub Reports with no data

    Hi I have read a most of the posts that I have found and was looking for an answer on how best to manage the problem that I have! I have a report with 16 subreports which are linked by a company id number. Everything works OK when all the subreports have data, but when they don't a blank page...
  8. G

    Win Zip a report

    Hi I have a problem that I can't seem to get around!. We have an external supplier that has decided to stop allowing .snp files through their firewall and won't change their policy. I have a report which is automatically attached to an email as .snp format which is stopped. I have tried with...
  9. G

    Find Record based on combo box

    Hi Thanks for your reply - I must be missing the point again though - I have put the code behind my combo box, but now get an error message of User-defined type not defined for Dim db As DAO.Database Dim oTD As DAO.TableDef Dim counter As Integer Any more ideas??? Thanks Georgina
  10. G

    Find Record based on combo box

    Hi I have a search form with 1 combo box and a button which when the user inputs an invoice number and clicks the button, a main form is opened for that particular record. The problem I have is to display an error message before the main form opens if the user has either left the combo box...
  11. G

    Access help

    Use the conditional formatting option - if you click on your field in the form design view and then format / conditional formatting you are able to change the background colour and font of the field. Took me ages to work this out, so very pleased to be able to pass this on! Thanks Georgina
  12. G

    Counting Entries

    Hi Dan Do you have a date field or autonumber on your subform datasource - you could use the max / min function in queries in order to find the latest status for the record? Georgina
  13. G

    Continuous Subform Undo

    Hi I have a form and a linked subform which are linked by Purchase Order Number. When items have been delivered on the purchase order, the user should update the continuous subform with the number of items that have been delivered. This works fine. The problem I have is using an exit button...
  14. G

    Continous form not updating text box

    Hi If you put the code that Pat has suggested in the after update propoerty of the field that could change that will work. In my case, the 2 fields that a user may change were Quantity and Unit Price George
  15. G

    Continous form not updating text box

    You wouldn't beleive how long I had been looking for that answer! - Thanks very much for your help
Back
Top Bottom