Hi i hope someone can help!
I need to concatenate two phone number columns from within the same table from an update query. I know how to create a query with concatenate on two columns but i need more than that. I need the second phone number field to replace the first phone number if the first number field doesn't consist of starting with "07" and containing 11 digits to varify the mobile number is valid. I have tried a few things but i am getting nowhere fast!
I think an IIf statement is needed but i'm not all that up on IIf statements, any help would be greatly appreciated. The below example is what i used to pull the fields together but how to make the code distictive to my requirments i'll have to admit am abit clueless!
Mobile: [MobileNumber1]&""&[MobileNumber2]
I need to concatenate two phone number columns from within the same table from an update query. I know how to create a query with concatenate on two columns but i need more than that. I need the second phone number field to replace the first phone number if the first number field doesn't consist of starting with "07" and containing 11 digits to varify the mobile number is valid. I have tried a few things but i am getting nowhere fast!
I think an IIf statement is needed but i'm not all that up on IIf statements, any help would be greatly appreciated. The below example is what i used to pull the fields together but how to make the code distictive to my requirments i'll have to admit am abit clueless!
Mobile: [MobileNumber1]&""&[MobileNumber2]
Comment