I have a form 'frmCarerDetails' which a command button I've set to open a new form 'frmEpisodeDetails' on which the user should be able to add episode details for the carer which was being viewed on frmCarerDetails.
However, whenever frmEpisodeDetails opens, it doesn't allow me to enter any values - I can choose any of the text boxes and type, but no text appears nor does an error message. frmEpisodeDetails is based on a query - but if i change it so it's based on the main table in the query the form can be used to add new Episode Details.
The main table in the query is called 'CarerEpisodes' which has a many to one join to the 'Carers' table. My query is used to add all the fields from the table CarerEpisodes to frmEpisodeDetails so that they can be edited or populated with new info on a new record, plus it pulls the Carers' name from the table Carers.
If I base frmEpisodeDetails on the table 'CarerEpisodes', it allows me to add records no problem...so what have I done wrong in my query?
I'm guessing there's a relationship set incorrectly somewhere, but I have no idea what I've done wrong as I was certain this form/query was set up in a similar way to another form which accepts new records no problem...so I can't see what the problem is!
However, whenever frmEpisodeDetails opens, it doesn't allow me to enter any values - I can choose any of the text boxes and type, but no text appears nor does an error message. frmEpisodeDetails is based on a query - but if i change it so it's based on the main table in the query the form can be used to add new Episode Details.
The main table in the query is called 'CarerEpisodes' which has a many to one join to the 'Carers' table. My query is used to add all the fields from the table CarerEpisodes to frmEpisodeDetails so that they can be edited or populated with new info on a new record, plus it pulls the Carers' name from the table Carers.
If I base frmEpisodeDetails on the table 'CarerEpisodes', it allows me to add records no problem...so what have I done wrong in my query?
I'm guessing there's a relationship set incorrectly somewhere, but I have no idea what I've done wrong as I was certain this form/query was set up in a similar way to another form which accepts new records no problem...so I can't see what the problem is!