Recent content by andyh

  1. A

    Transfering Field Values.

    Well that would be interesting to watch ! Anyway. Firstly I would have the auto filled fields set up in form current. When I want to add a new record i will click on a cmdbutton which auto fills the ID, date received and works order based on whatever such as ID + x. In form current you could...
  2. A

    combo box error

    I have also had this problem very recently. I solved it but can't for the life of me rememeber what the problem was or how I solved it. If you want to send me the dbf I'll have a look for you. I think it will be something like the wrong source data /form name / wrongly typed or specified...
  3. A

    Calculation problem

    Hi everyone, Thanks for reading/ any help... I have a form with 7 field for names and 7 fields for points. Users enter their name and later, points are allocated to the relevant points fields. I am trying to get a summary report to show all the points for an individual user. The problem is...
  4. A

    not sure what the title is ?!

    I have a table feeding a query feeding a form. The dbf is to collect improvement suggestions on a network from users. Suggestions can either be from an individual user or from a group of users. points are allocated to the individual (1) on entry. then if accepted, an extra 4 points is awarded...
  5. A

    Opening a form in full screen Size

    firstly, ensure that the check boxes (all of them) in tools-startup are not clicked. Also have the default form you want to open first selected in the Display form bit of tools-startup then you can size the form and auto centre it making the boarders sizeable whilst you do this and then have no...
  6. A

    Yet another form question...need the list to update.

    Private Sub Product_Type_NotInList(NewData As String, Response As Integer) Dim ctl As Control Dim strSQL As String ' Return Control object that points to combo box. Set ctl = Me.Product_Type ' Prompt user to verify they wish to add new value. If MsgBox("Product is...
  7. A

    switchboard won't work

    you will need to goto tools - start up and select the switchboard from the drop down selection called "Display Form". this will now start your dbf with the switchboard. Not sure about the back up but you might want to consider creating a copy of the dbf, linking all the tables to the tables...
  8. A

    Cascading combo problem

    Firstly thanks for any input into this problem. I am sure that there is an easy solution (but only if you know how!) I have a form in which i would like 2 combo boxes to work from each other. In the first box i want the user to select from a list of 20 categories. then, based on the select...
  9. A

    "Error" reported

    Check that the DBF is opening in Exclusive mode and that there are no record locking set. To check these goto tools/options/advanced
  10. A

    Text Searching

    Any ideas how I can place a command button on a form to search for user specified text from within all of the records the form relates to ???
  11. A

    Counting Group Members in a report

    use a cross-tab query (similar to a piviot table) experiment...
  12. A

    A little prompting needed

    assuming that the forms info is based on a query (if not - make it so), type the following in the criteria line of the query field holding the date or month info [please type the month for analysis] then a box appears asking for the user to specify the month for analysis if you want to...
  13. A

    Broadcast Printing

    Thanks for that, I'll give it a go
  14. A

    Broadcast Printing

    Hi Mike, How do you select the printer for the individual reports? Are you using the docmd.select object code ??
  15. A

    Other records going crazy!

    I have encountered this problem myself. The way to 'Potentially' fix it is this... make sure that in the Tools\options\advanced, you have no record locking. Ensure that all the default opening status of the DBF is 'Exclusive' - check all users machines..there is a way to make each user...
Top Bottom