Hi,
I am trying to create a unique case study reference number based on project ID and then a number. So far I have created a query which gives me the number, however, I can't then update the generated number into my table (I know it has something to do with the query not being updateable). I would also like this case study reference to be generated when a new case study record is entered in a form.
Figure 1 - the query to generate the CS-ref.
2. The generated Case study reference number generated from the query
3. The Case study table - I would like the CS_ref created above to go in the CS_ref field in this table.
My VB coding is limited but I feel coding maybe the better way to go? Any help would be very gratefully received.
Many thanks
Sue
I am trying to create a unique case study reference number based on project ID and then a number. So far I have created a query which gives me the number, however, I can't then update the generated number into my table (I know it has something to do with the query not being updateable). I would also like this case study reference to be generated when a new case study record is entered in a form.
Figure 1 - the query to generate the CS-ref.
2. The generated Case study reference number generated from the query
3. The Case study table - I would like the CS_ref created above to go in the CS_ref field in this table.
My VB coding is limited but I feel coding maybe the better way to go? Any help would be very gratefully received.
Many thanks
Sue