Search results

  1. Sammy B

    Adding records to filtered form.

    I would set my tables up this way: BikeID Bike_Name Bike_Description Bike_etc BikeHireID CustomerID BikeID Other_BikeHire_info I would then hook them together as Bike info as main form with BikeHire as a subform with the BikeID as the connection. You could do the same for the customers. Sam
  2. Sammy B

    Variables

    Try cutting out unnecessary data and posting your db and see if others can give it a look to see the problem.
  3. Sammy B

    Report from crosstab query with parameters

    Upload the db and others may be able to see what is happening. (If you do then cut out most of the records to save space) Sam
  4. Sammy B

    Unable to save a record because a record is required

    Might be best if you upload the db (or a version with only a little data). Others may be then able to see what you are on about. Sam
  5. Sammy B

    Relationships

    Look at the type of relationships you have created. You can choose from 3 main types. Depending on the type you get different results.
  6. Sammy B

    Query not giving me what I need... help

    I believe you have posted the SQL of a query. I am not that good at SQL but within the query itself I would type this under the criteria for the date field. Between [Type the beginning date:] And [Type the ending date:] This will promt you for the required date parameters
  7. Sammy B

    Variables

    Donna, What you ask is quite complex. It would take an experienced programmer a while to sort things out even if he/she had access to you database. (no pun intended) Sam
  8. Sammy B

    #If...Then...#Else Directive

    What do you mean by 'Directive'?.. I know of the If...Else statement
  9. Sammy B

    Get extra records into Datasheet

    Ok, I did up a dummy db. As you can see from the query you are now able to select from 'Families'. You could tie the query into a drop box on a form or create a subform that used the FamilyID as a join. Let me know if this works for you. Sam
  10. Sammy B

    Get extra records into Datasheet

    Are you using Access 2000?.. If so I will do up a dummy db and show you how I would handle this. (That is if I can get it to work!) Sam
  11. Sammy B

    [Access 97] Printing Reports using Cross Tab Query and more!

    I believe you will need to structure your tables differently. You would create an Attendance table with StudentID, Date, StatusTypeID. The same would apply for Grades. Grade Table would have StudentID, Year and Grade. Sam
  12. Sammy B

    DatePart Function, String Functions

    What datapart?... Do you want the '05' of '2005'?
  13. Sammy B

    Company financials report

    I believe you can have as many rows you need grouped as 'row headings'. There is no limit as far as I know.
  14. Sammy B

    Company financials report

    Look at the 'Quarterly Orders by Product' in the North Wind sample. This is the elegant way to do this. Base your report on a query built along the same lines. Sam
  15. Sammy B

    default listbox locks

    List Box Change the list box property 'MultiSelect' from 'none' to 'extended'. This should solve your problem. Sam
  16. Sammy B

    Tables and table structure needed for new DB

    Niels, I believe you would need tables for all the variables. (i.e. target groups, subjects, countries, etc). You would then pull them together in a table called Projects with 'foreign keys'. All the variables could be inputted with sub forms tied to the various tables within the main form...
  17. Sammy B

    Get extra records into Datasheet

    secondary ID's Groengoen, Am I right in assuming that you have Insurance record with 2 ID's pointing to a people file? Or is there 2 separate policies for the husband wife example? Sam
Back
Top Bottom